-
-
Notifications
You must be signed in to change notification settings - Fork 284
feat: build custom flavor image for linux/arm64 #6988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅
|
…ty/megalinter into arm-custom-flavor-builder-image
|
@bdovaz i created https://github.com/oxsecurity/megalinter/actions/runs/21330420832/job/61394297099 |
|
@bdovaz hmmm doesn't seem to work :/ https://github.com/oxsecurity/megalinter/actions/runs/21330420832/job/61394297092 Any idea ? (you can push on alpha branch if you need ^^ ) |
|
@nvuillam fixed: https://github.com/oxsecurity/megalinter/acti 9ABD ons/runs/21333862700/job/61402966050 Published image (you can see that it targets AMD and ARM): https://github.com/oxsecurity/megalinter/pkgs/container/megalinter-custom-flavor-builder/656247808?tag=alpha |

If there are no typos and I haven't made any mistakes, this change should cause the image from megalinter-custom-flavor-builder to also be generated for
linux/arm64.This is the first step towards gradually generating the different images in this repository for
linux/arm64.I based it on the official example: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
Which I tested myself in:
https://github.com/bdovaz/docker-multi-platform/blob/main/.github/workflows/docker.yml
https://github.com/bdovaz/docker-multi-platform/pkgs/container/docker-multi-platform