-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c86e570
commit f048993
Showing
2 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
builds: | ||
- env: | ||
- main: ./cmd/tfcw | ||
env: | ||
- CGO_ENABLED=0 | ||
goos: | ||
- linux | ||
goarch: | ||
- amd64 | ||
flags: | ||
- -trimpath | ||
|
||
snapshot: | ||
name_template: "{{ .Tag }}-{{ .ShortCommit }}" | ||
name_template: '{{ .Tag }}-{{ .ShortCommit }}' | ||
|
||
changelog: | ||
skip: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ before: | |
- go mod download | ||
|
||
builds: | ||
- env: | ||
- main: ./cmd/tfcw | ||
env: | ||
- CGO_ENABLED=0 | ||
goos: | ||
- darwin | ||
|
@@ -15,21 +16,22 @@ builds: | |
- 386 | ||
- amd64 | ||
- arm64 | ||
flags: | ||
- -trimpath | ||
ignore: | ||
- goos: darwin | ||
goarch: 386 | ||
|
||
archives: | ||
- format_overrides: | ||
- goos: windows | ||
format: zip | ||
|
||
nfpms: | ||
- maintainer: &author | ||
Maxime VISONNEAU <[email protected]> | ||
description: &description | ||
Safely Store Super Sensitive Stuff | ||
license: &license | ||
Apache 2.0 | ||
homepage: &homepage | ||
https://github.com/mvisonneau/s5 | ||
- maintainer: &author Maxime VISONNEAU <[email protected]> | ||
description: &description Terraform Cloud Wrapper | ||
license: &license Apache 2.0 | ||
homepage: &homepage https://github.com/mvisonneau/tfcw | ||
vendor: *author | ||
formats: | ||
- deb | ||
|
@@ -52,10 +54,11 @@ scoop: | |
name: scoops | ||
|
||
checksum: | ||
name_template: checksums.txt | ||
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' | ||
algorithm: sha256 | ||
|
||
snapshot: | ||
name_template: "{{ .Tag }}-{{ .ShortCommit }}" | ||
name_template: '{{ .Tag }}-{{ .ShortCommit }}' | ||
|
||
changelog: | ||
skip: true |