-
Notifications
You must be signed in to change notification settings - Fork 123
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
Support multi-architecture Docker image #196
Comments
What would you think of arm64 images, like with a -arm64 suffix? That should be pretty trivial to add :) |
Do you mean https://goreleaser.com/cookbooks/multi-platform-docker-images/?h=multi ? In the ideal end-state, there is a single image and docker dynamically downloads what’s appropriate at execution time |
I tried adding support for separate arm64 images here https://github.com/yannh/kubeconform/actions/runs/4971934488/jobs/8896808560 but hit some issues and reverted for now. This is also pretty difficult for me to test - since I do not own a mac. |
See #204 |
Closing, since the PR has been merged, thanks! |
1 similar comment
Closing, since the PR has been merged, thanks! |
Apple is transitioning its computer to a arm64 architecture
While amd64 can be executed, sometime, this is slower.
Could the project build an image that supports both amd64 and arm64?.
The text was updated successfully, but these errors were encountered: