Skip to content

Commit

Permalink
Merge pull request #143 from MusicDin/feat/arm-images
Browse files Browse the repository at this point in the history
Fix Alpine image build matrix
  • Loading branch information
tomponline authored Apr 16, 2024
2 parents f3560a0 + f80a629 commit ffe8f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
architecture:
- amd64
- arm64
build_arm64: ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }}
build_arm64:
- ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }}
exclude:
- { architecture: arm64, build_arm64: false }
env:
Expand Down

0 comments on commit ffe8f3a

Please sign in to comment.