From 0886e51fd71e8866e9e951337d86b2dd3e384e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20Vandot?= <vandot@ethswarm.org> Date: Fri, 12 Apr 2024 14:17:12 +0200 Subject: [PATCH] chore: build for all archs (#246) --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2bde11a9..990f76aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,8 +36,6 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - platforms: amd64,arm64,arm - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -47,6 +45,7 @@ jobs: with: context: . file: ./docker/Dockerfile + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}