use more-specific arm64v8 instead of deprecated aarch64 organization

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

View File

@@ -25,7 +25,7 @@ ifeq ($(ARCH),arm)
BASEIMAGE?=arm32v7/debian
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=aarch64/debian
BASEIMAGE?=arm64v8/debian
endif
ifeq ($(ARCH),ppc64le)
BASEIMAGE?=ppc64le/debian