mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #220 from dbenoit17/dx-master
remove hard-coded amd64 arch
This commit is contained in:
commit
28a807aa9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
REGISTRY?=directxman12
|
REGISTRY?=directxman12
|
||||||
IMAGE?=k8s-prometheus-adapter
|
IMAGE?=k8s-prometheus-adapter
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
ARCH?=amd64
|
ARCH?=$(shell go env GOARCH)
|
||||||
ALL_ARCH=amd64 arm arm64 ppc64le s390x
|
ALL_ARCH=amd64 arm arm64 ppc64le s390x
|
||||||
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
||||||
OUT_DIR?=./_output
|
OUT_DIR?=./_output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue