Skip to content

Commit

Permalink
增加 goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Nov 21, 2021
1 parent 3f998bc commit b123c26
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- arm
- arm64
- 386
- amd64
- mips
- mipsle
checksum:
name_template: "checksums.txt"

0 comments on commit b123c26

Please sign in to comment.