From 889d7415eb8d72ebcc5d10036e8d42f56fcd55df Mon Sep 17 00:00:00 2001 From: nhas Date: Mon, 25 Nov 2024 16:05:33 +1300 Subject: [PATCH] Dont use matrix --- .github/workflows/test_and_deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9b6e12d5..6f593102 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -37,10 +37,6 @@ jobs: if: github.ref == 'refs/heads/main' strategy: fail-fast: true - matrix: - platform: - - linux/amd64 - - linux/arm64 steps: - uses: actions/checkout@v4 @@ -110,7 +106,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: true