Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
Update gorelaser config, skip creating archive
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Oct 14, 2019
1 parent 6334513 commit 3691c04
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

SopsSecretGenerator
release/
dist/
coverage.txt
21 changes: 13 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ before:
# you may remove this if you don't use vgo
- go mod tidy

env:
- CGO_ENABLED=0
- GO111MODULE=on

builds:
- binary: SopsSecretGenerator
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- format: binary

checksum:
name_template: 'checksums.txt'
Expand All @@ -28,3 +31,5 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch

0 comments on commit 3691c04

Please sign in to comment.