open-feature / playground

OpenFeature SDK demos and experimentation
https://openfeature.dev
Apache License 2.0
50 stars 25 forks source link

Use docker buildx in CI to build containers for other architectures (including ARM) #253

Open toddbaert opened 9 months ago

toddbaert commented 9 months ago

With the increasing populariry of both OpenFeature and M1 Macs/ARM in general, we should do multi-arch container builds. All containers built as part of this demo should be able to run on x86 and ARM.

This was partially started and then abandoned. See here.