Skip to content

Commit

Permalink
add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Jan 26, 2021
1 parent 75e57c7 commit ceb9901
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
project_name: teleskop
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
- go mod download
builds:
- main: .
binary: teleskop
ldflags:
- -s -w
goos:
- linux
goarch:
- amd64
- arm64

0 comments on commit ceb9901

Please sign in to comment.