docker-webhook
docker-webhook copied to clipboard
Dockerized https://github.com/adnanh/webhook
Webhook is working on arm64. Is it possible to push an arm64 version of this image? This can be done like [this](https://github.com/ckulka/docker-multi-arch-example)
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...
since the image basically just contains the webhook binary since 8a025d2, all programs that aren't a single binary can't be executed by a webhook without modification of the image. this...