Skip to content

Commit

Permalink
chore(goreleaser) add rpm, deb generation
Browse files Browse the repository at this point in the history
Also dropped arm, arm64 and 386 builds.
  • Loading branch information
hbagdi committed Jan 13, 2019
1 parent b292044 commit e4b20dc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ builds:
- linux
- darwin
- windows
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
asmflags:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
Expand All @@ -27,3 +25,12 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
nfpm:
name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Arch }}'
homepage: https://github.com/hbagdi/deck
description: Declarative configuration for Kong
maintainer: Harry Bagdi <[email protected]>
license: Apache License v2.0
formats:
- deb
- rpm

0 comments on commit e4b20dc

Please sign in to comment.