Skip to content

Commit eb9f7ae

Browse files
committed
ci: Update the GoReleaser configuration.
1 parent b6447ec commit eb9f7ae

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.goreleaser.yml

+13-15
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,30 @@ builds:
1919
ldflags:
2020
- -s -w -X github.com/northwood-labs/terraform-provider-corefunc/cmd.Version={{.Version}}
2121
goos:
22+
- darwin
2223
- freebsd
24+
- linux
25+
- netbsd
2326
- openbsd
24-
- solaris
2527
- windows
26-
- linux
27-
- darwin
2828
goarch:
29-
- amd64
3029
- '386'
30+
- amd64
3131
- arm
3232
- arm64
3333
ignore:
3434
- goos: darwin
3535
goarch: '386'
36+
- goos: darwin
37+
goarch: arm
3638
- goos: openbsd
3739
goarch: arm
3840
- goos: openbsd
3941
goarch: arm64
42+
- goos: netbsd
43+
goarch: arm
44+
- goos: netbsd
45+
goarch: arm64
4046
binary: '{{ .ProjectName }}_v{{ .Version }}'
4147

4248
# https://goreleaser.com/customization/archive/
@@ -67,17 +73,9 @@ release:
6773
draft: true
6874
prerelease: auto
6975
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"
8179
name_template: '{{.Version}} — {{time "2006-01-02"}}'
8280

8381
# https://goreleaser.com/customization/changelog/

0 commit comments

Comments
 (0)