File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ OSVERSION ?= 1809
4141OUTPUT_TYPE ?= docker
4242
4343ALL_OS = linux
44- ALL_ARCH.linux = amd64 arm64
44+ ALL_ARCH.linux = amd64 arm64 ppc64le
4545ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch ) )
4646
4747ifneq ($(REMOTE_DOCKER_URL ) ,)
5353
5454BASE.linux.amd64 := busybox
5555BASE.linux.arm64 := arm64v8/busybox
56+ BASE.linux.ppc64le := busybox
5657BASE.linux := ${BASE.linux.${ARCH}}
5758BASE := ${BASE.${OS}}
5859
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ OSVERSION ?= 1809
4141OUTPUT_TYPE ?= docker
4242
4343ALL_OS = linux
44- ALL_ARCH.linux = amd64 arm64
44+ ALL_ARCH.linux = amd64 arm64 ppc64le
4545ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch ) )
4646
4747ifneq ($(REMOTE_DOCKER_URL ) ,)
5353
5454BASE.linux.amd64 := busybox
5555BASE.linux.arm64 := arm64v8/busybox
56+ BASE.linux.ppc64le := busybox
5657BASE.linux := ${BASE.linux.${ARCH}}
5758BASE := ${BASE.${OS}}
5859
You can’t perform that action at this time.
0 commit comments