nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

Add multiarch build #41

Closed reisub closed 2 years ago

reisub commented 2 years ago

Here's a shot at getting multiarch images pushed to docker hub.

With these changes, a linux/amd64 and a linux/arm64 image will be built and the following tags pushed:

Unfortunately I was not able to test it because I couldn't set up Circle CI (keeps throwing errors when I try to connect the project).

Resolves https://github.com/nsmithuk/local-kms/issues/37.

nsmithuk commented 2 years ago

Hi @reisub. Thank you for this. I wanted to remove the need for architecture specific tags, so I took this - and the example from @InoMurko - and have gotten this working under https://github.com/nsmithuk/local-kms/pull/42.

You now have a published ARMv8 image on the tags 3, 3.11.1 and latest.