Enable multiarch builds
vaskozl opened this issue · 2 comments
vaskozl commented
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
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
it will be nice to create a script we can call from the makefile
kube-network-policies/Makefile
Lines 41 to 43 in 081163b
Then I can work in automating it, @vaskozl is this something you want to help?