SparebankenVest / azure-key-vault-to-kubernetes

Azure Key Vault to Kubernetes (akv2k8s for short) makes it simple and secure to use Azure Key Vault secrets, keys and certificates in Kubernetes.
https://akv2k8s.io
Apache License 2.0
435 stars 97 forks source link

[FEATURE] multiarch Docker images for supporting arm64 #458

Open bollicino opened 1 year ago

bollicino commented 1 year ago

Is your feature request related to a problem? Please describe. Actually, the Docker images support only linux/amd64 architecture; this avoids the usage of arm64 CPUs that are more efficient at low cost.

Describe the solution you'd like Change the build process to support multi-architecture using buildx. Multi-Architecture Images with Buildx Set the target platforms for the build Multi-platform Docker

Describe alternatives you've considered n/a

Additional context n/a

torresdal commented 1 year ago

I will look into this @bollicino and get back to you shortly.

Olsenius commented 1 year ago

I have started to look into it. The build itself isnt hard, but "fighting" with github actions takes some trial and errors.

bollicino commented 1 year ago

Hi @Olsenius, thanks for your effort! Do you have any plans to merge the change? 🙏🏻

tspearconquest commented 1 year ago

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