Skip to content

Commit

Permalink
NO-ISSUE: Make konflux builds for downstream images to be multi-arch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
giladravid16 authored Jan 15, 2025
1 parent 8dd9aa4 commit 19cf7f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: Dockerfile.assisted_installer_agent-downstream
- name: path-context
Expand Down
3 changes: 3 additions & 0 deletions .tekton/assisted-installer-agent-downstream-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: Dockerfile.assisted_installer_agent-downstream
- name: path-context
Expand Down

0 comments on commit 19cf7f6

Please sign in to comment.