Skip to content

Commit

Permalink
only linux
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Mar 25, 2023
1 parent bd5f330 commit 1fb751e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ jobs:
GOARM: "7"
strategy:
matrix:
goos: [linux, darwin]
goos: [linux]
goarch: ["386", amd64, arm64, arm]
exclude:
- goarch: "386"
goos: darwin
- goarch: "arm"
goos: darwin
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
Expand Down

0 comments on commit 1fb751e

Please sign in to comment.