Skip to content

Commit

Permalink
goreleaser: Update config to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 12, 2021
1 parent 54ffc30 commit aad0700
Showing 1 changed file with 46 additions and 43 deletions.
89 changes: 46 additions & 43 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,49 @@ build:
- amd64
- arm
- arm64
brew:
github:
owner: bep
name: homebrew-tap
folder: Formula
homepage: "https://github.com/bep/s3deploy"
description: "Deploy static websites to Amazon S3 with Gzip and headers support."
test: |
system "#{bin}/s3deploy", "-h"
nfpm:
formats:
- deb
vendor: "bep"
homepage: "https://github.com/bep/s3deploy"
maintainer: "<Bjørn Erik Pedersen [email protected]>"
description: "A powerful tool to deploy static websites to Amazon S3 with Gzip and custom headers support."
license: "MIT"
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
files:
- README.md
- LICENSE
brews:
-
tap:
owner: bep
name: homebrew-tap
folder: Formula
homepage: "https://github.com/bep/s3deploy"
description: "Deploy static websites to Amazon S3 with Gzip and headers support."
test: |
system "#{bin}/s3deploy", "-h"
nfpms:
-
formats:
- deb
vendor: "bep"
homepage: "https://github.com/bep/s3deploy"
maintainer: "<Bjørn Erik Pedersen [email protected]>"
description: "A powerful tool to deploy static websites to Amazon S3 with Gzip and custom headers support."
license: "MIT"
file_name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
archives:
-
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
files:
- README.md
- LICENSE

0 comments on commit aad0700

Please sign in to comment.