ShiftLeftSecurity / sast-scan

Scan is a free & Open Source DevSecOps tool for performing static analysis based security testing of your applications and its dependencies. CI and Git friendly.

Home Page:https://discord.gg/DCNxzaeUpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need a github action for arm64 builds

prabhu opened this issue · comments

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

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.