Skip to content

Commit

Permalink
Remove replacements from .goreleaser.yaml (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 31, 2023
1 parent acc10cd commit 640dbdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
goos:
- linux
- windows
- darwin
- macos
- freebsd
- aix
goarch:
Expand All @@ -38,11 +38,11 @@ builds:
ignore:
- goos: linux
goarch: ppc64
- goos: darwin
- goos: macos
goarch: arm
- goos: darwin
- goos: macos
goarch: ppc64le
- goos: darwin
- goos: macos
goarch: s390x
- goos: windows
goarch: arm64
Expand Down Expand Up @@ -70,8 +70,6 @@ archives:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ require (
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
github.com/johnkerl/lumin v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/compress v1.16.7
github.com/lestrrat-go/strftime v1.0.6
github.com/mattn/go-isatty v0.0.19
github.com/nine-lives-later/go-windows-terminal-sequences v1.0.4
Expand All @@ -34,7 +35,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit 640dbdc

Please sign in to comment.