From 9e8c4832c8d66931fea77c59be1bdd9e2234d1ba Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 20 Jun 2023 12:10:35 +1000 Subject: [PATCH] fix multiarch build --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f02ce1c..0f946fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: files: | ./dist/build.tar + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + - name: Buildah Build id: build-container uses: redhat-actions/buildah-build@v2.12 @@ -43,9 +46,7 @@ jobs: image: ${{github.event.repository.full_name}} tags: latest ${{ github.sha }} oci: true - platforms: | - linux/amd64 - linux/arm64 + platforms: linux/amd64, linux/arm64 - name: Push To Registry id: push-to-registry