Skip to content

Commit 6d8bd67

Browse files
authored
Update .goreleaser.yml
1 parent 4b90eae commit 6d8bd67

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.goreleaser.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ builds:
99
ldflags:
1010
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1111
goos:
12-
- freebsd
1312
- windows
1413
- linux
1514
- darwin
1615
goarch:
1716
- amd64
18-
- '386'
19-
- arm
2017
- arm64
21-
ignore:
22-
- goos: darwin
23-
goarch: '386'
2418
binary: '{{ .ProjectName }}'
2519
archives:
2620
- format: zip
@@ -43,4 +37,4 @@ checksum:
4337
release:
4438
draft: true
4539
changelog:
46-
skip: true
40+
skip: true

0 commit comments

Comments
 (0)