diff --git a/Makefile b/Makefile index 6cdc589d8..cd58138e7 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ export GOPATH GOBIN GO111MODULE DOCKER_CLI_EXPERIMENTAL # Generate all combination of all OS, ARCH, and OSVERSIONS for iteration ALL_OS = linux windows -ALL_ARCH_linux ?= amd64 arm64 +ALL_ARCH_linux ?= amd64 arm64 s390x ppc64le ALL_OS_ARCH_linux = $(foreach arch, ${ALL_ARCH_linux}, linux-$(arch)) ALL_ARCH_windows = amd64 ALL_OSVERSIONS_windows := 1809 ltsc2022 diff --git a/docker/BASEIMAGE b/docker/BASEIMAGE index 930730e42..de6cd173f 100644 --- a/docker/BASEIMAGE +++ b/docker/BASEIMAGE @@ -1,4 +1,6 @@ linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3 linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3 +linux/s390x=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3 +linux/ppc64le=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3 windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809 windows/amd64/ltsc2022=mcr.microsoft.com/windows/nanoserver:ltsc2022