perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Adding support for multi-architecture images/packages #23

Closed laeti-tia closed 2 years ago

laeti-tia commented 2 years ago

Given that we provide multi-architecture packages for perfSONAR, it would be helpful to provide multi-architecture Docker images of Unibuild.

mfeit-internet2 commented 2 years ago

Should be able to do this by adding this to the with section of the publisher YML:

platforms: linux/amd64,linux/arm64,linux/arm/v7, ...etc...