Skip to content

Commit

Permalink
added goreleaser binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Jun 4, 2022
1 parent 961fc8a commit 0be4035
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
builds:
- binary: p0d
main: cmd/j8a/main.go
goos:
- darwin
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0

release:
prerelease: auto

universal_binaries:
- replace: true

brews:
-
name: p0d
homepage: "https://github.com/simonmittag/j8a"
tap:
owner: simonmittag
name: homebrew-cli
commit_author:
name: simonmittag
email: [email protected]

checksum:
name_template: 'checksums.txt'

0 comments on commit 0be4035

Please sign in to comment.