openmfp / gha

Apache License 2.0
0 stars 0 forks source link

feat: enable multi arch build for docker images to be used in a local environment #24

Closed aaronschweig closed 5 months ago

aaronschweig commented 5 months ago

If we want to get started in providing an easy local env for users, we need to make sure, that not only linux/amd64 for intel based processors are supported but also linux/arm64 for new apple silicon ones.

This change should ensure, that all images built are available at least for those two platforms