Bjørn Erik Pedersen
4 years ago
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with
10 additions and
2 deletions
-
.circleci/config.yml
-
goreleaser.yml
|
|
@ -1,6 +1,6 @@ |
|
|
|
defaults: &defaults |
|
|
|
docker: |
|
|
|
- image: bepsays/ci-goreleaser:1.17.2 |
|
|
|
- image: bepsays/ci-goreleaser:1.1700.200 |
|
|
|
environment: |
|
|
|
CGO_ENABLED: "0" |
|
|
|
|
|
|
|
|
|
@ -147,7 +147,15 @@ archives: |
|
|
|
files: |
|
|
|
- README.md |
|
|
|
- LICENSE |
|
|
|
|
|
|
|
universal_binaries: |
|
|
|
- |
|
|
|
id: 'hugo' |
|
|
|
name_template: 'hugo' |
|
|
|
replace: true |
|
|
|
- |
|
|
|
id: 'hugo_extended_darwin' |
|
|
|
name_template: 'hugo' |
|
|
|
replace: true |
|
|
|
nfpms: |
|
|
|
- |
|
|
|
id: "hugo" |
|
|
|