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

@@ -22,7 +22,7 @@ ifeq ($(ARCH),amd64)
BASEIMAGE?=bashell/alpine-bash
endif
ifeq ($(ARCH),arm)
BASEIMAGE?=armhf/debian
BASEIMAGE?=arm32v7/debian
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=aarch64/debian