Skip to content

Commit

Permalink
updated matrix names - hopefully builds better
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Jul 20, 2024
1 parent 94f22e6 commit b8e4663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slsa3release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/amd64, linux/arm64, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
os: [linux, windows, darwin]
arch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
- arch: arm64
os: windows
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.0.0
with:
go-version-file: 'go.mod'
Expand Down

0 comments on commit b8e4663

Please sign in to comment.