Skip to content

Commit

Permalink
Merge pull request #160 from MusicDin/main
Browse files Browse the repository at this point in the history
images: Remove exclude in matrix (Alpine)
  • Loading branch information
tomponline authored Apr 24, 2024
2 parents 9b6497a + c21cf76 commit 6b9c051
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
- default
- cloud
architecture:
- amd64
- arm64
build_arm64:
- ${{ inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1' }}
exclude:
- {architecture: amd64, build_arm64: true}
- {architecture: arm64, build_arm64: false}
- ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }}
env:
type: "container"
distro: "${{ github.job }}"
Expand Down

0 comments on commit 6b9c051

Please sign in to comment.