Skip to content

Commit

Permalink
adjust CI parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraisw committed Sep 21, 2023
1 parent bdc0642 commit 392bc30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
- windows
- darwin
goarch:
- "386"
- amd64
- arm64
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
Expand All @@ -34,3 +31,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20"
binary_name: selectivetesting
project_path: "./cmd/selectivetesting"

0 comments on commit 392bc30

Please sign in to comment.