Skip to content

Commit

Permalink
All the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed May 16, 2018
1 parent 33ae6ec commit 4405d6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,17 @@ builds:
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
nfpm:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
homepage: https://github.com/timdp/lwc
maintainer: Tim De Pauw <[email protected]>
description: A live-updating version of the UNIX wc command.
license: MIT
formats:
- deb
- rpm
bindir: /usr/bin

0 comments on commit 4405d6a

Please sign in to comment.