Skip to content

Commit

Permalink
Create .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza72x committed Apr 23, 2023
1 parent 4a14d90 commit 4655159
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .goreleaser.yaml
builds:
-
id: "zip-split-independent"

main: .

binary: zip-split-independent

env:
- CGO_ENABLED=0

goos:
- linux
- darwin
- windows

goarch:
- amd64
- arm64

0 comments on commit 4655159

Please sign in to comment.