From 57ada71d369fcd6cb2112153319dee188003cc84 Mon Sep 17 00:00:00 2001 From: royalcat Date: Wed, 17 Jul 2024 10:13:34 +0300 Subject: [PATCH] [ci] remove matrix --- .github/workflows/docker.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 21760c1..a3a31e1 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -12,13 +12,6 @@ jobs: permissions: contents: read packages: write - strategy: - fail-fast: false - matrix: - platform: - - linux/amd64 - - linux/arm64 - - linux/riscv64 runs-on: ubuntu-latest steps: - name: Set up Docker Buildx @@ -56,7 +49,7 @@ jobs: context: . push: true pull: true - platforms: ${{ matrix.platform }} + platforms: linux/amd64, linux/arm64, linux/riscv64 labels: ${{ steps.meta.outputs.labels }} sbom: true provenance: true