Skip to content

Commit

Permalink
Create .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref authored Jun 28, 2024
1 parent bf3ca55 commit 23ed1eb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# .goreleaser.yml
project_name: sinon
release:
github:
owner: referefref
name: sinon

builds:
- id: sinon_windows
main: ./sinon.go
goos:
- windows
goarch:
- amd64
ldflags:
- -s -w
binary: sinon.exe
env:
- CGO_ENABLED=0

archives:
- id: sinon_archive_windows
build: sinon_windows
format: zip
files:
- LICENSE
- README.md
- config.yaml
- "sinon.exe"

0 comments on commit 23ed1eb

Please sign in to comment.