kubernetes-sigs / kube-network-policies

Kubernetes network policies
Apache License 2.0
34 stars 11 forks source link

Enable multiarch builds #29

Closed vaskozl closed 4 months ago

vaskozl commented 4 months ago

The current v0.2.0 are not multi-arch and are amd64 specific.

Would be great to be able to run it all around!

vaskozl commented 4 months ago

I've now built a multiarch image for arm64 and armv7 and tested it on a cluster. It works wonders so we just need to enable whatever CI to push them out.

No need to set GOARCH in the Dockerfile even.

aojea commented 4 months ago

it will be nice to create a script we can call from the makefile https://github.com/kubernetes-sigs/kube-network-policies/blob/081163b898bfe7125dc352499dd0249a7e502337/Makefile#L41-L43

Then I can work in automating it, @vaskozl is this something you want to help?