We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8adde49 + 83a4ef1 commit 6d674a7Copy full SHA for 6d674a7
build.make
@@ -70,6 +70,7 @@ build-%: check-go-version-go
70
CGO_ENABLED=0 GOOS=linux go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$* ./cmd/$*
71
if [ "$$ARCH" = "amd64" ]; then \
72
CGO_ENABLED=0 GOOS=windows go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$*.exe ./cmd/$* ; \
73
+ CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le go build $(GOFLAGS_VENDOR) -a -ldflags '-X main.version=$(REV) -extldflags "-static"' -o ./bin/$*-ppc64le ./cmd/$*
74
fi
75
76
container-%: build-%
0 commit comments