From 3bab9cb0923f8a396d99f7cbd9a5fcb7f0f95244 Mon Sep 17 00:00:00 2001 From: Skyf0l <59019720+skyf0l@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:38:32 +0200 Subject: [PATCH] fix: docker build --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acd8f7a..4c0a86b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,10 +238,6 @@ jobs: needs: [fmt, clippy, docs, tests, ctf-challenges, coverage, build, docker-build] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - strategy: - matrix: - arch: [amd64, arm64] - env: IMAGE_NAME: skyf0l/rsacracker @@ -274,8 +270,7 @@ jobs: with: push: true tags: ${{ env.IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }},${{ env.IMAGE_NAME }}:latest - platforms: linux/${{ matrix.arch }} - build-args: ARCH=${{ matrix.arch }} + platforms: linux/amd64,linux/arm64 release: name: GitHub Release