I'm on Mac M1 and I unable to run this via alpine docker
Test case:
> podman pull lycheeverse/lychee:latest-alpine
.... (looks normal)
> podman run -v .:/mnt -it docker.io/lycheeverse/lychee:latest-alpine sh
{"msg":"exec container process `/usr/local/bin/lychee`: Exec format error","level":"error","time":"2025-06-26T05:43:29.519760Z"}
The debian one is fine
> podman run -v .:/mnt -it docker.io/lycheeverse/lychee:latest /mnt
A fast, async link checker
Usage: lychee [OPTIONS] <inputs>...
I'm on Mac M1 and I unable to run this via alpine docker
Test case:
The debian one is fine