We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc83f9 commit d02ce04Copy full SHA for d02ce04
.goreleaser.yml
@@ -7,21 +7,16 @@ env:
7
- GOPRIVATE=github.com/hashicorp
8
9
builds:
10
- - id: signable
11
- mod_timestamp: '{{ .CommitTimestamp }}'
12
- targets:
13
- - darwin_amd64
14
- - windows_386
15
- - windows_amd64
16
- dir: ./cmd/go-getter/
17
- flags:
18
- - -trimpath
19
- ldflags:
20
- - -X main.GitCommit={{ .Commit }}
21
22
targets:
+ - darwin_amd64
+ - darwin_arm64
23
- linux_386
24
- linux_amd64
+ - linux_arm64
+ - windows_386
+ - windows_arm64
+ - windows_amd64
25
dir: ./cmd/go-getter/
26
flags:
27
- -trimpath
@@ -51,4 +46,4 @@ signs:
51
46
artifacts: checksum
52
47
53
48
changelog:
54
- disable: true
49
+ disable: true
0 commit comments