Skip to content

Commit 28acef5

Browse files
Add bookworm linux/ppc64le variant to kube-cross
1 parent 33aec26 commit 28acef5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

images/build/cross/cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ steps:
2121
- REVISION=$_REVISION
2222
- PROTOBUF_VERSION=$_PROTOBUF_VERSION
2323
- REGISTRY=$_REGISTRY
24+
- PLATFORMS=$_PLATFORMS
2425
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
2526
# set the home to /root explicitly to if using docker buildx
2627
- HOME=/root
@@ -45,6 +46,7 @@ substitutions:
4546
_REVISION: '0'
4647
_PROTOBUF_VERSION: '0.0.0'
4748
_REGISTRY: 'fake.repository/registry-name'
49+
_PLATFORMS: 'linux/amd64 linux/arm64'
4850

4951
tags:
5052
- 'kube-cross'

images/build/cross/variants.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ variants:
1717
GO_MAJOR_VERSION: '1.23'
1818
OS_CODENAME: 'bullseye'
1919
REVISION: '0'
20+
v1.33-go1.23-bookworm:
21+
CONFIG: 'go1.23-bookworm'
22+
TYPE: 'default'
23+
IMAGE_VERSION: 'v1.33.0-go1.23.6-bookworm.0'
24+
KUBERNETES_VERSION: 'v1.33.0'
25+
GO_VERSION: '1.23.6'
26+
GO_MAJOR_VERSION: '1.23'
27+
OS_CODENAME: 'bookworm'
28+
REVISION: '0'
29+
PLATFORMS: 'linux/ppc64le'
2030
v1.32-go1.23-bullseye:
2131
CONFIG: 'go1.23-bullseye'
2232
TYPE: 'default'

0 commit comments

Comments
 (0)