mirror of
https://github.com/pushbits/cli.git
synced 2025-07-24 04:00:35 +02:00
Remove deprecated GoReleaser option
See [0] for details. [0] https://goreleaser.com/deprecations/#archivesreplacements
This commit is contained in:
@@ -6,19 +6,12 @@ builds:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
- freebsd
|
|
||||||
- openbsd
|
|
||||||
- darwin
|
- darwin
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- 386
|
|
||||||
- arm
|
|
||||||
- arm64
|
- arm64
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
ignore:
|
|
||||||
- goos: freebsd
|
|
||||||
goarch: arm64
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
@@ -28,8 +21,6 @@ archives:
|
|||||||
builds:
|
builds:
|
||||||
- pbcli
|
- pbcli
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
replacements:
|
|
||||||
darwin: macOS
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
Reference in New Issue
Block a user