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

fix: support arm64 architectures #94

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

ninabernick
Copy link
Collaborator

@ninabernick ninabernick commented Aug 1, 2024

Used instructions here to distribute build over multiple runners. Builds amd64 on ubuntu runner, arm64 on ARM runner, then merges them and pushes multi-platform image.

@ninabernick ninabernick linked an issue Aug 5, 2024 that may be closed by this pull request
@ninabernick
Copy link
Collaborator Author

paused work on this because of an issue with setup-python not working on ARM runners. Need to either wait for a fix to be issued (it may have already been, see this comment) or use a workaround to setup python without the github action.

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.

Support linux/amd64 docker images
2 participants