Skip to content

Commit

Permalink
update goreleaser config file
Browse files Browse the repository at this point in the history
works with version 0.111.0.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
  • Loading branch information
fujita committed Jul 1, 2019
1 parent 07f0fd4 commit 9f93606
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#
# .goreleaser.yml
# Build customization
env:
- GO111MODULE=on

builds:
- main: ./cmd/gobgp/
- id: gobgp
main: ./cmd/gobgp/
binary: gobgp
ldflags: -s -extldflags "-static"
goos:
Expand All @@ -13,7 +17,8 @@ builds:
- arm
- arm64

- main: ./cmd/gobgpd/
- id: gobgpd
main: ./cmd/gobgpd/
binary: gobgpd
ldflags: -s -extldflags "-static"
goos:
Expand All @@ -24,7 +29,8 @@ builds:
- arm
- arm64

archive:
files:
- LICENSE
- README.md
archives:
- id: foo
files:
- LICENSE
- README.md

0 comments on commit 9f93606

Please sign in to comment.