Skip to content

Commit

Permalink
Change downstream image build to use our image
Browse files Browse the repository at this point in the history
copyquay.io/rhmessagingqe/binfmt

Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed Sep 10, 2024
1 parent c69c189 commit 967e891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ container_prepare:

container_build: clean operator_prepare container_prepare
echo "Preparing host for multi arch build"
sudo podman run --privileged --rm docker.io/tonistiigi/binfmt --install all
sudo podman run --privileged --rm quay.io/rhmessagingqe/binfmt:latest --install all
echo "Building container"
podman manifest rm quay.io/rhmessagingqe/claire:${OPR_VERSION} 2> /dev/null || true
podman build \
Expand Down

0 comments on commit 967e891

Please sign in to comment.