Skip to content

Commit

Permalink
fix: update the goreleaser.yml to fix the github release failed
Browse files Browse the repository at this point in the history
  • Loading branch information
YikaiHu committed Apr 7, 2023
1 parent 860a08d commit a1e55b4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
project_name: dthcli
project_name: dthcli
builds:
- ignore:
# Exclude the following combinations
- goos: darwin
goarch: '386'
- goos: darwin
goarch: 'arm'
- goos: windows
goarch: 'arm'
- goos: windows
goarch: 'arm64'
- goos: windows
goarch: '386'

0 comments on commit a1e55b4

Please sign in to comment.