Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Updating the builder image for all arches
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Nov 2, 2023
1 parent 33daf9d commit a0dea3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ spec:
- name: PLATFORM
value: linux/arm64
- name: BUILDER_IMAGE
value: quay.io/redhat-user-workloads/project-sagano-tenant/ostree-builder/ostree-builder-fedora-38:d124414a81d17f31b1d734236f55272a241703d7
value: quay.io/bcook/ostree-builder:latest
runAfter:
- clone-repository-arm64
taskRef:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
- name: PLATFORM
value: linux/s390x
- name: BUILDER_IMAGE
value: quay.io/redhat-user-workloads/project-sagano-tenant/ostree-builder/ostree-builder-fedora-38:d124414a81d17f31b1d734236f55272a241703d7
value: quay.io/bcook/ostree-builder:latest
runAfter:
- clone-repository-s390x
taskRef:
Expand Down Expand Up @@ -352,7 +352,7 @@ spec:
- name: PLATFORM
value: linux/ppc64le
- name: BUILDER_IMAGE
value: quay.io/redhat-user-workloads/project-sagano-tenant/ostree-builder/ostree-builder-fedora-38:d124414a81d17f31b1d734236f55272a241703d7
value: quay.io/bcook/ostree-builder:latest
runAfter:
- clone-repository-ppc64le
taskRef:
Expand Down

0 comments on commit a0dea3a

Please sign in to comment.