Skip to content

Commit

Permalink
add s390x, ppc64le support
Browse files Browse the repository at this point in the history
  • Loading branch information
Basavaraju-G committed Oct 1, 2024
1 parent 981b21a commit 2202e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docker/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2202e45

Please sign in to comment.