Skip to content

Commit 9d1eb48

Browse files
committed
update tekton
1 parent b6596d2 commit 9d1eb48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.tekton/codeflare-operator-multi-arch-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
- name: build-platforms
2828
value:
2929
- linux/x86_64
30+
- linux/arm64
31+
- linux/ppc64le
32+
- linux/s390x
3033
- name: dockerfile
3134
value: Dockerfile
3235
- name: path-context

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM registry.access.redhat.com/ubi8/ubi@sha256:fd3bf22d0593e2ed26a1c74ce161c522
88
ARG GOLANG_VERSION=1.23.0
99

1010
ARG TARGETOS TARGETARCH
11-
RUN echo "GOOS=${TARGETOS} GOARCH=${TARGETARCH}"
11+
# RUN echo "GOOS=${TARGETOS} GOARCH=${TARGETARCH}"
1212

1313
# Install system dependencies
1414
RUN dnf upgrade -y && dnf install -y \

0 commit comments

Comments
 (0)