I just published my first Docker image on GitHub and Docker Hub using automated builds.
Right now I have an image for amd64 but would like to offer this image for aarch64 and armhf users as well. Is there a simple way to achieve this?
However, while everything ‘seems’ correct, the actual build in Dockerhub will fail, it will pull down the arm64/v8 image just fine, but errors as soon as the RUN commands are starts with:
2023-02-09T03:49:42Z #7 0.434 exec /bin/sh: exec format error