-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add support for ARM container images #448
Comments
Looking forward to this one too. |
For folks can't wait, here is the cli steps: cd /path/to/kubesec
docker buildx create --name mybuilder --driver docker-container --bootstrap
docker buildx use mybuilder
docker buildx build --platform linux/amd64,linux/arm64,linux/amd64/v2 -t your_name/kubesec --push . I did fork kubesec repo and work on the github actions and have some success: master...zanhsieh:kubesec:master |
Thanks @zanhsieh I'm obligated to say use 3rd party builds of kubesec at your own risk. It's pretty trivial to do your own container build from source if your host is arm. Also if you don't want to build from source you can copy the specific arm release binary you need into a scratch container, see I wonder if you can do I'll try and update the container builds in GHA soon so it publishes for different platforms |
I just did fork and checkout master branch from this repo, Also |
There is no arm container images available
It will be good to have ones to use docker version on Apple M1/M2
The text was updated successfully, but these errors were encountered: