docker-webhook icon indicating copy to clipboard operation
docker-webhook copied to clipboard

ARM64 support seems broken

Open nettnikl opened this issue 1 year ago • 0 comments

Hi, seems the image is broken for arm64. (https://github.com/almir/docker-webhook/issues/25)

Fixed it for myself in https://github.com/nettnikl/docker-webhook, if you're interested i can contribute a fix without replacing the docker hub deploy with a ghcr deploy (image at ghcr.io/nettnikl/docker-webhook:master).

> docker run -it --platform linux/arm64 lwlook/webhook sh
Unable to find image 'lwlook/webhook:latest' locally
latest: Pulling from lwlook/webhook
d25f557d7f31: Pull complete 
8e1af212b1bf: Pull complete 
4f4fb700ef54: Pull complete 
4ced5a78e514: Pull complete 
c098abadaa16: Pull complete 
5b2cd12b0b56: Pull complete 
91b0c9ebf724: Pull complete 
64d23f587f6f: Pull complete 
0b62f42248d8: Pull complete 
c7af9d3aaf6c: Pull complete 
aec0b2754be8: Pull complete 
2cd2fe501945: Pull complete 
Digest: sha256:93f708c6c0d6469b4a0f7f654d5f25054e54dccba1cf316a1d7e48e2be736c9a
Status: Downloaded newer image for lwlook/webhook:latest
docker: image with reference docker.io/lwlook/webhook:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.

nettnikl avatar Jan 11 '25 18:01 nettnikl