mirror of https://github.com/k3s-io/k3s
rebase etcd to k8s debian-base
parent
c28b3b1fdd
commit
529b20aadd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue