Skip to content

Commit

Permalink
Fix docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 4, 2024
1 parent 5ce5032 commit 31ca862
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
fail-fast: false
if: ${{ github.ref == "master" }}
matrix:
arch:
- amd64
- arm64
matrix:
arch:
- amd64
- arm64
if: ${{ github.ref != "master" }}
matrix:
arch:
- amd64
matrix:
arch:
- amd64

steps:
- name: Prepare
Expand Down

0 comments on commit 31ca862

Please sign in to comment.