Skip to content

Commit

Permalink
fix: gorealser config
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Jan 30, 2024
1 parent 96e5e70 commit ec802fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builds:
- CGO_ENABLED=0
ignore:
- goos: darwin
goarch: 386
goarch: '386'
- goos: freebsd
goarch: arm64
main: ./
Expand All @@ -41,12 +41,6 @@ archives:
files:
- LICENSE
- README.md
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

universal_binaries:
- replace: false
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks:
SNAPSHOT:
sh: 'if [[ $(git describe --exact-match HEAD) != v* ]]; then echo "--snapshot"; fi'
cmds:
- goreleaser release --rm-dist {{.SNAPSHOT}}
- goreleaser release --clean {{.SNAPSHOT}}

setup:
desc: Setup development env.
Expand Down

0 comments on commit ec802fb

Please sign in to comment.