Skip to content

Commit de097b8

Browse files
committed
Tasks: only support x86_64 and arm64
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 344ed90 commit de097b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go-crane-image/go-crane-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
tekton.dev/categories: language
1010
tekton.dev/tags: go
1111
tekton.dev/displayName: "go crane image"
12-
tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
12+
tekton.dev/platforms: "linux/amd64,linux/arm64"
1313
spec:
1414
description: >-
1515
The go-crane-image Task will build a container image based of off a go project to be compiled, using crane.

go-ko-image/go-ko-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
tekton.dev/categories: language
1010
tekton.dev/tags: go
1111
tekton.dev/displayName: "go ko image"
12-
tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
12+
tekton.dev/platforms: "linux/amd64,linux/arm64"
1313
spec:
1414
description: >-
1515
The go-koimage Task will build a container image based of off a go project using ko.

0 commit comments

Comments
 (0)