Skip to content

Commit

Permalink
Test matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbilie committed Dec 26, 2023
1 parent dd273cc commit 3dde5ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:

runs-on: ubuntu-latest
if: github.event_name == 'push'
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3dde5ec

Please sign in to comment.