Skip to content

Commit

Permalink
Dont use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 25, 2024
1 parent 95b1b7b commit 889d741
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 889d741

Please sign in to comment.