Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneharter authored Oct 5, 2021
1 parent 4430736 commit d9af90c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: [386, amd64, arm64]
goarch: [amd64]

steps:
- uses: actions/checkout@v2
Expand All @@ -60,8 +60,19 @@ jobs:
strategy:
max-parallel: 4
matrix:
goos: [darwin, windows, freebsd]
goarch: [amd64, arm64]
goos: [linux, windows, darwin, freebsd]
goarch: [amd64, arm, arm64]
exclude:
- goarch: arm
goos: darwin
- goarch: 386
goos: darwin
- goarch: arm
goos: windows
- goarch: arm64
goos: windows
- goarch: amd64
goos: linux

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

0 comments on commit d9af90c

Please sign in to comment.