azure-key-vault-to-kubernetes icon indicating copy to clipboard operation
azure-key-vault-to-kubernetes copied to clipboard

[FEATURE] multiarch Docker images for supporting arm64

Open bollicino opened this issue 2 years ago • 4 comments

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

bollicino avatar Jan 02 '23 15:01 bollicino

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

torresdal avatar Feb 12 '23 10:02 torresdal

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

Olsenius avatar Feb 15 '23 08:02 Olsenius

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

bollicino avatar Aug 02 '23 17:08 bollicino

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

tspearconquest avatar Aug 19 '23 09:08 tspearconquest