Skip to content

Commit 38f450d

Browse files
committed
.goreleaser: Only build for linux x86_64
1 parent c475643 commit 38f450d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
before:
22
hooks:
33
- go mod tidy
4+
- go mod vendor
45
builds:
56
- env:
67
- CGO_ENABLED=0
@@ -10,13 +11,9 @@ builds:
1011
ldflags:
1112
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1213
goos:
13-
- windows
1414
- linux
15-
- darwin
1615
goarch:
1716
- amd64
18-
- arm
19-
- arm64
2017
binary: '{{ .ProjectName }}_v{{ .Version }}'
2118
archives:
2219
- format: zip

0 commit comments

Comments
 (0)