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

Build multi-architecture container images #129

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

EdSchouten
Copy link
Member

@EdSchouten EdSchouten commented Mar 26, 2024

This makes it possible to use most of our images on ARM64 based systems. We still need to spend some time to actually make bb_runner_installer a multi-architecture image. Maybe the easiest thing is to just rewrite it in Go, and use //go:embed to embed copies of binaries in there that are needed for execution.

Fixed: #130

This makes it possible to use most of our images on ARM64 based systems.
We still need to spend some time to actually make bb_runner_installer a
multi-architecture image. Maybe the easiest thing is to just rewrite it
in Go, and use //go:embed to embed copies of binaries in there that are
needed for execution.
@EdSchouten EdSchouten force-pushed the eschouten/20240326-multiarch branch from 7aefb14 to 150c932 Compare March 27, 2024 11:19
@EdSchouten EdSchouten merged commit 7bcf9b5 into master Mar 27, 2024
1 check passed
@EdSchouten EdSchouten deleted the eschouten/20240326-multiarch branch March 27, 2024 12:00
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.

Publish multi-arch images with arm64
1 participant