From 7edbba21767293905932472e02c6374d055c0ab9 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Thu, 31 Aug 2023 17:31:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20platforms=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 090faae..549efa7 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -43,7 +43,7 @@ jobs: - name: 'Set target build platforms 📝' id: 'target-platforms' run: | - echo "target_platforms=linux/amd64,linux/${{ steps.qemu.outputs.platforms }}" >> "$GITHUB_OUTPUT" + echo "target_platforms=linux/amd64,linux/${{ steps.qemu.outputs.platforms }}/v8" >> "$GITHUB_OUTPUT" - name: 'Build container 🐳' id: 'build'