rebase etcd to k8s debian-base

k3s-v1.15.3
yuwenma 2019-03-28 17:42:50 -07:00
parent c28b3b1fdd
commit 529b20aadd
1 changed files with 5 additions and 5 deletions

View File

@ -57,19 +57,19 @@ GOARM=7
TEMP_DIR:=$(shell mktemp -d)
ifeq ($(ARCH),amd64)
BASEIMAGE?=busybox
BASEIMAGE?=k8s.gcr.io/debian-base:v1.0.0
endif
ifeq ($(ARCH),arm)
BASEIMAGE?=arm32v7/busybox
BASEIMAGE?=k8s.gcr.io/debian-base-arm:v1.0.0
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=arm64v8/busybox
BASEIMAGE?=k8s.gcr.io/debian-base-arm64:v1.0.0
endif
ifeq ($(ARCH),ppc64le)
BASEIMAGE?=ppc64le/busybox
BASEIMAGE?=k8s.gcr.io/debian-base-ppc64le:v1.0.0
endif
ifeq ($(ARCH),s390x)
BASEIMAGE?=s390x/busybox
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0
endif
build: