morvencao / kube-sidecar-injector

A Kubernetes mutating webhook server that implements sidecar injection
Apache License 2.0
628 stars 454 forks source link

cmd/go: unsupported GOOS/GOARCH pair linux/aarch64 #32

Closed yahavb closed 2 years ago

yahavb commented 2 years ago

I am trying to make build-image on ARM instance and I get

# make build-image
Building the tcp-health binary for Docker (linux) aarch64 ...
cmd/go: unsupported GOOS/GOARCH pair linux/aarch64
make: *** [build-linux] Error 2

Golang is installed so I am not sure what else is needed.

# go version
go version go1.15.14 linux/arm64
yahavb commented 2 years ago

misconfig in my Makefile