Skip to content
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

images: Enable arm64 container builds #154

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

MusicDin
Copy link
Member

Enable arm64 container image builds.

I've also disabled arm64 image builds for images that require cgroup v1.

Debian, Fedora, openSUSE, Ubuntu, and AlpineLinux (was already disabled).
Separate commit, so that we can easily find which images supported VMs.

Signed-off-by: Din Music <[email protected]>
build_arm64:
- ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }}
exclude:
- {architecture: amd64, build_arm64: true}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exclude mechanism forcing a double negation is annoying but I don't see how to simplify it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I agree, but it is for the same reason as described in #154 (comment).

@tomponline tomponline merged commit 6034829 into canonical:main Apr 19, 2024
15 of 63 checks passed
@MusicDin MusicDin deleted the feat/arm-images branch April 19, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants