-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.goreleaser.yml
More file actions
38 lines (36 loc) · 865 Bytes
/
.goreleaser.yml
File metadata and controls
38 lines (36 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- arm64
- amd64
goarm:
- 7
main: ./cmd/m1-terraform-provider-helper
archives:
- name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin" }}Darwin
{{- else }}{{ .Os }}{{ end }}_{{ .Arch }}
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
brews:
- tap:
owner: kreuzwerker
name: homebrew-taps
token: "{{ .Env.GORELEASER_TOKEN }}"
dependencies:
- name: go
download_strategy: CurlDownloadStrategy
homepage: "https://github.com/kreuzwerker/m1-terraform-provider-helper"
description: "CLI to support with downloading and compiling terraform providers for Mac with M1 chip."