Need a github action for arm64 builds
prabhu opened this issue · 1 comments
prabhu commented
https://github.com/marketplace/actions/build-and-push-docker-images
Our current Azure pipeline based approach simply is not working. There is nothing useful from Microsoft or Docker regarding buildx and arm64 support in Azure Pipelines
prabhu commented
This turned out to be an issue with docker image caching. When building an image with a tag via azure only the amd64 built image is being pushed to docker hub. By simply building images without any tags both amd64 and arm64 builds are properly pushed.