Skip to content

Commit a1e55b4

Browse files
committed
fix: update the goreleaser.yml to fix the github release failed
1 parent 860a08d commit a1e55b4

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
project_name: dthcli
1+
project_name: dthcli
2+
builds:
3+
- ignore:
4+
# Exclude the following combinations
5+
- goos: darwin
6+
goarch: '386'
7+
- goos: darwin
8+
goarch: 'arm'
9+
- goos: windows
10+
goarch: 'arm'
11+
- goos: windows
12+
goarch: 'arm64'
13+
- goos: windows
14+
goarch: '386'

0 commit comments

Comments
 (0)