Skip to content

Commit

Permalink
Use matrix instead of platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Feb 10, 2025
1 parent 6d10550 commit cb43263
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
matrix:
platform:
- linux/amd64
- linux/arm64

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -100,7 +104,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

0 comments on commit cb43263

Please sign in to comment.