tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

compcrdwebhook : Supporting arm architectures #98

Closed csotiriou closed 1 year ago

csotiriou commented 1 year ago

The following adds support for building the compwebhook for other architectures as well. They will be bundled with the same tag.

It uses docker buildx, and it can be used by any machine an build for multiple architectures without even having to own a machine of that architecture.

fixes https://github.com/tmforum-oda/oda-ca/issues/99

csotiriou commented 1 year ago

Although I don't have access to upload to the repo, I have tested that it works with K8s in both arm64 and apple silicon architectures.