Skip to content

Commit

Permalink
chore: use multiarch index image
Browse files Browse the repository at this point in the history
Let's not point to a specific architecture but use the image index, as
we do for the other steps that use TA.
  • Loading branch information
zregvart committed Sep 18, 2024
1 parent 39d856c commit 4ebae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
name: varlibcontainers
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:11d90835f4cc882715c37f16513db19876f346096ccba0f26d548b13bfd4a270
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:c91de1771397c5a6fde3cf0c642dd3478af5409e2d1980a3402f32b395f2d2a7
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down

0 comments on commit 4ebae9b

Please sign in to comment.