From 8faf3f4a5a6b3b1cf0981d5501856f2cafdb68e5 Mon Sep 17 00:00:00 2001 From: Ren <96893300+ren-makes-things@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:21:44 -0700 Subject: [PATCH] an attempt to get this docker workflow to play nice with arm --- .github/workflows/docker-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0988ce83..fc8d713b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -40,7 +40,11 @@ jobs: uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0 with: cosign-release: 'v2.2.3' - + + # try to make this workflow play nice with ARM + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache # https://github.com/docker/setup-buildx-action