-
Notifications
You must be signed in to change notification settings - Fork 97
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 docker images for linux/amd64 and linux/arm64 #477
Conversation
Any way to help move this along? This PR would make akv2k8s viable for our use-case (thank you very much for putting it up Olsenius!) |
Try to ping the team on the public slack (linked from the main page of this repo but I'll paste it here also: Join our Slack Workspace to ask questions to the akv2k8s community. I have had success in the past by doing that |
@181192 |
Hello, I tested the "spvest/azure-keyvault-controller:1.7.1" image into a aarch64 cpu architecture but i always have the error message exec /usr/local/bin/azure-keyvault-controller: exec format error.
|
Hello, It's resolved with 1.7.3 tag. Thanks a lot for your work. |
I have changed the build to build both linux/amd64 and linux/arm64 docker images.
This should solve issue #458.
I tried to reuse the current github secrets where possible. Some more will need to be added. Here are my current working secrets i use on https://github.com/Olsenius/azure-key-vault-to-kubernetes/actions