You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can see that this was supported for v1.12.1 but v1.13 and latest the arm image is not present
the code looks to still be in push.sh though, any idea why this didn't work?
Want to know if it is possible to publish arm64 image together with amd64 image
You can try to use
docker buildx build --platform linux/amd64,linux/arm64 .
to build and publish your image.https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered: