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

linux/arm64 support #20

Closed
wants to merge 1 commit into from
Closed

Conversation

phosae
Copy link

@phosae phosae commented Mar 17, 2023

use Docker Buildx for multi arch support

@phosae
Copy link
Author

phosae commented Mar 17, 2023

/cc @slok

@phosae
Copy link
Author

phosae commented Mar 17, 2023

would you like to build/push in one command? the build command can be improved by add --push

docker buildx build --platform linux/amd64,linux/arm64 -t $(IMAGE) --push .

@slok
Copy link
Owner

slok commented Jul 2, 2023

All the build system changed on CI and also for now we don't need to support multiarch, most people seem to be ok with amd64, if this changes in the future we can rethink about how to do it. Closing.

Many thanks!

@slok slok closed this Jul 2, 2023
@nantiferov
Copy link

I'm not sure if it's better to open a new issue, but considering inevitable growth of ARM64 in both workstations and servers, would be great to have multi-arch (amd64/arm64) docker image for this project.

I can create PR with updated CI if you don't mind.

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