Skip to content

Commit

Permalink
Add RPM and DEP packages. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost authored Feb 15, 2020
1 parent a65f488 commit bc64030
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ archives:
linux: Linux
windows: Windows
freebsd: FreeBSD
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand All @@ -44,6 +45,21 @@ changelog:
exclude:
- '^docs:'
- '^test:'
nfpms:
-
vendor: MinIO Inc.
homepage: https://github.com/minio/warp
maintainer: MinIO <minio@minio.io>
description: S3 API Benchmark Tool
license: GNU Affero General Public License v3.0
formats:
- deb
- rpm
replacements:
darwin: Darwin
linux: Linux
freebsd: FreeBSD
amd64: x86_64
dockers:
-
# GOOS of the built binary that should be used.
Expand Down

0 comments on commit bc64030

Please sign in to comment.