Skip to content

Commit c0a31a7

Browse files
author
Aurelien Lun-Sin
committed
Add ppc64 support for test images
Signed-off-by: Aurelien Lun-Sin <alunsin@us.ibm.com>
1 parent 62a4e70 commit c0a31a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

integration/images/volume-copy-up/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OSVERSION ?= 1809
4141
OUTPUT_TYPE ?= docker
4242

4343
ALL_OS = linux
44-
ALL_ARCH.linux = amd64 arm64
44+
ALL_ARCH.linux = amd64 arm64 ppc64le
4545
ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch))
4646

4747
ifneq ($(REMOTE_DOCKER_URL),)
@@ -53,6 +53,7 @@ endif
5353

5454
BASE.linux.amd64 := busybox
5555
BASE.linux.arm64 := arm64v8/busybox
56+
BASE.linux.ppc64le := busybox
5657
BASE.linux := ${BASE.linux.${ARCH}}
5758
BASE := ${BASE.${OS}}
5859

integration/images/volume-ownership/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OSVERSION ?= 1809
4141
OUTPUT_TYPE ?= docker
4242

4343
ALL_OS = linux
44-
ALL_ARCH.linux = amd64 arm64
44+
ALL_ARCH.linux = amd64 arm64 ppc64le
4545
ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch))
4646

4747
ifneq ($(REMOTE_DOCKER_URL),)
@@ -53,6 +53,7 @@ endif
5353

5454
BASE.linux.amd64 := busybox
5555
BASE.linux.arm64 := arm64v8/busybox
56+
BASE.linux.ppc64le := busybox
5657
BASE.linux := ${BASE.linux.${ARCH}}
5758
BASE := ${BASE.${OS}}
5859

0 commit comments

Comments
 (0)