From 15cb84daaab4a77368339a7089e83e7aeec915dd Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 2 Apr 2025 09:31:03 +0200 Subject: [PATCH] remove arch matrix --- .github/workflows/docker.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3e28b34e9a..7d59a1c3ff 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,10 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - arch: [amd64,arm64] steps: - name: Check out code uses: actions/checkout@v4 @@ -88,7 +84,6 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/${{ matrix.arch }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,push-by-digest=true,name-canonical=true @@ -102,7 +97,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests-${{ matrix.arch }} + name: digests path: /tmp/digests if-no-files-found: error retention-days: 1