File tree 1 file changed +13
-15
lines changed
1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,30 @@ builds:
19
19
ldflags :
20
20
- -s -w -X github.com/northwood-labs/terraform-provider-corefunc/cmd.Version={{.Version}}
21
21
goos :
22
+ - darwin
22
23
- freebsd
24
+ - linux
25
+ - netbsd
23
26
- openbsd
24
- - solaris
25
27
- windows
26
- - linux
27
- - darwin
28
28
goarch :
29
- - amd64
30
29
- ' 386'
30
+ - amd64
31
31
- arm
32
32
- arm64
33
33
ignore :
34
34
- goos : darwin
35
35
goarch : ' 386'
36
+ - goos : darwin
37
+ goarch : arm
36
38
- goos : openbsd
37
39
goarch : arm
38
40
- goos : openbsd
39
41
goarch : arm64
42
+ - goos : netbsd
43
+ goarch : arm
44
+ - goos : netbsd
45
+ goarch : arm64
40
46
binary : ' {{ .ProjectName }}_v{{ .Version }}'
41
47
42
48
# https://goreleaser.com/customization/archive/
@@ -67,17 +73,9 @@ release:
67
73
draft : true
68
74
prerelease : auto
69
75
mode : replace
70
- extra_files :
71
- - glob : terraform-registry-manifest.json
72
- name_template : ' {{ .ProjectName }}_{{ .Version }}_manifest.json'
73
- footer : |
74
- ## Asset Naming
75
-
76
- | Synonyms | Description |
77
- |-----------------------|------------------------------|
78
- | `x86_64` and `amd64` | 64-bit Intel and/or AMD CPUs |
79
- | `aarch64` and `arm64` | 64-bit ARM CPUs |
80
-
76
+ # extra_files:
77
+ # - glob: terraform-registry-manifest.json
78
+ # name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
81
79
name_template : ' {{.Version}} — {{time "2006-01-02"}}'
82
80
83
81
# https://goreleaser.com/customization/changelog/
You can’t perform that action at this time.
0 commit comments