mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Edited Makefile to add cross build support for s390x. As golang:1.10 has multi-arch support added for s390x.
This commit is contained in:
parent
dce283def1
commit
a02ca0fbad
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -24,7 +24,6 @@ ifeq ($(ARCH),ppc64le)
|
|||
endif
|
||||
ifeq ($(ARCH),s390x)
|
||||
BASEIMAGE?=s390x/busybox
|
||||
GOIMAGE=s390x/golang:1.10
|
||||
endif
|
||||
|
||||
.PHONY: all docker-build push-% push test verify-gofmt gofmt verify build-local-image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue