-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
add support for ARM64 in build-tools Dockerfile #3094
add support for ARM64 in build-tools Dockerfile #3094
Conversation
3a74fa1
to
0f83d69
Compare
I'm not totally sure about if fossa should be mandatory or not... Maybe we can just install fossa in the context of the fossa CI, at least till they support arm64 (if they do it) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general. Do you have plans to update the already existing CI to use the new build-tools? Maybe in another PR after this to ensure it works?
55bf1ce
to
3f079e3
Compare
Yes, once is published the new image with multiarch available I would like to change the github actions workflow for validation to use a matrix for check in both architectures. WDYT? |
4f29a1e
to
63665bc
Compare
Due problems to install fossa-cli in build-tools image with ARM, it was moved the installation to the github action workflows defined in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Only small nits inline and please, sign the commits because right now there are some commits unsigned.
Thanks for the improvement to ARM support
6f06f60
to
b9b2734
Compare
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b9b2734
to
8a18a27
Compare
Thanks a lot for the ARM support! |
Signed-off-by: Xoán Mallón xoanmallon.moure@docplanner.com
Initial implementation of changes to add support for ARM64 in build-tools Dockerfile
Checklist
Fixes #
Relates to #3092