use more-specific arm32v7 instead of deprecated armhf organization

This commit is contained in:
Di Xu
2017-08-14 22:30:27 +08:00
parent b32639f9e7
commit 25a786f74d
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ ifeq ($(ARCH),amd64)
BASEIMAGE?=busybox
endif
ifeq ($(ARCH),arm)
BASEIMAGE?=armhf/busybox
BASEIMAGE?=arm32v7/busybox
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=aarch64/busybox