Skip to content

Commit 0fd954f

Browse files
authored
Konflux multi-arch fix (#219)
Konflux multi-arch fix Signed-off-by: Roke Jung <[email protected]>
1 parent 782a493 commit 0fd954f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.tekton/cluster-api-provider-agent-mce-29-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec:
3030
- name: build-platforms
3131
value:
3232
- linux/x86_64
33+
- linux/ppc64le
34+
- linux/s390x
35+
- linux/arm64
3336
- name: dockerfile
3437
value: Dockerfile.rhtap
3538
- name: path-context

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.21 as bui
44
WORKDIR /workspace
55
COPY . .
66
# Build
7-
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
7+
RUN CGO_ENABLED=1 go build -a -o manager main.go
88

99
FROM registry.redhat.io/rhel9-2-els/rhel:9.2
1010
LABEL \

0 commit comments

Comments
 (0)