Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Aug 14, 2020
1 parent 1640362 commit d6850e4
Showing 1 changed file with 54 additions and 52 deletions.
106 changes: 54 additions & 52 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,58 +22,60 @@ builds:
goarm:
- 7

nfpm:
formats:
- deb
- rpm
vendor: "goodwithtech"
homepage: "https://github.com/goodwithtech"
maintainer: "Tomoya Amachi <tomoya.amachi@gmail.com>"
description: "A Security and Dockerfile checker for Containers"
license: "AGPL"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: Darwin
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
nfpms:
-
formats:
- deb
- rpm
vendor: "goodwithtech"
homepage: "https://github.com/goodwithtech"
maintainer: "Tomoya Amachi <tomoya.amachi@gmail.com>"
description: "A Security and Dockerfile checker for Containers"
license: "AGPL"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: Darwin
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD

archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
files:
- README.md
- LICENSE
archives:
-
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
files:
- README.md
- LICENSE

brews:
-
github:
owner: goodwithtech
name: homebrew-r
folder: Formula
homepage: "https://github.com/goodwithtech/dockle"
description: "Simple security auditing, helping build the Best Docker Images"
test: |
system "#{bin}/program --version"
-
github:
owner: goodwithtech
name: homebrew-r
folder: Formula
homepage: "https://github.com/goodwithtech/dockle"
description: "Simple security auditing, helping build the Best Docker Images"
test: |
system "#{bin}/program --version"

0 comments on commit d6850e4

Please sign in to comment.