Skip to content

Commit

Permalink
Add tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jun 8, 2022
1 parent 3e0e760 commit daea58c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ builds:
- id: pola
main: ./cmd/pola/
binary: pola
ldflags:
- -s -w -X main.build={{.Version}}
goos:
- linux
goarch:
Expand All @@ -16,6 +18,8 @@ builds:
- id: gobgpd
main: ./cmd/polad/
binary: polad
ldflags:
- -s -w -X main.build={{.Version}}
goos:
- linux
goarch:
Expand Down

0 comments on commit daea58c

Please sign in to comment.