From bc64030e217283896960e5a948b7098c7cc6fd3d Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Fri, 14 Feb 2020 18:54:22 -0800 Subject: [PATCH] Add RPM and DEP packages. (#30) --- .goreleaser.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 25828fc8..311e219f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,6 +27,7 @@ archives: linux: Linux windows: Windows freebsd: FreeBSD + amd64: x86_64 format_overrides: - goos: windows format: zip @@ -44,6 +45,21 @@ changelog: exclude: - '^docs:' - '^test:' +nfpms: + - + vendor: MinIO Inc. + homepage: https://github.com/minio/warp + maintainer: MinIO + 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.