File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 21
21
- REVISION=$_REVISION
22
22
- PROTOBUF_VERSION=$_PROTOBUF_VERSION
23
23
- REGISTRY=$_REGISTRY
24
+ - PLATFORMS=$_PLATFORMS
24
25
# default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
25
26
# set the home to /root explicitly to if using docker buildx
26
27
- HOME=/root
@@ -45,6 +46,7 @@ substitutions:
45
46
_REVISION : ' 0'
46
47
_PROTOBUF_VERSION : ' 0.0.0'
47
48
_REGISTRY : ' fake.repository/registry-name'
49
+ _PLATFORMS : ' linux/amd64 linux/arm64'
48
50
49
51
tags :
50
52
- ' kube-cross'
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ variants:
17
17
GO_MAJOR_VERSION : ' 1.23'
18
18
OS_CODENAME : ' bullseye'
19
19
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'
20
30
v1.32-go1.23-bullseye :
21
31
CONFIG : ' go1.23-bullseye'
22
32
TYPE : ' default'
You can’t perform that action at this time.
0 commit comments