Skip to content

Commit

Permalink
Merge pull request #14 from nicarl/fix/simplify-goreleaser-file
Browse files Browse the repository at this point in the history
fix: Simplify goreleaser
  • Loading branch information
nicarl committed Nov 24, 2022
2 parents 61494a5 + 41dbf4e commit 5925b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
builds:
- main: ./cmd/
- binary: somafm
binary: somafm
goos:
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
- -mod=vendor

release:
prerelease: auto
Expand Down
7 changes: 1 addition & 6 deletions .goreleaser-for-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
builds:
- main: ./cmd/
- binary: somafm
binary: somafm
goos:
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
- -mod=vendor

0 comments on commit 5925b53

Please sign in to comment.