Skip to content

Commit

Permalink
Fix goreleaser (#76)
Browse files Browse the repository at this point in the history
* fix goreleaser

* only build for darwin, linux, windows
  • Loading branch information
tomoyamachi committed Aug 15, 2020
1 parent d6850e4 commit 2c5e9cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml → goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ builds:
- darwin
- linux
- windows
- freebsd
- openbsd
goarch:
- amd64
- 386
Expand All @@ -32,7 +30,7 @@ nfpms:
maintainer: "Tomoya Amachi <tomoya.amachi@gmail.com>"
description: "A Security and Dockerfile checker for Containers"
license: "AGPL"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
file_name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
Expand Down

0 comments on commit 2c5e9cb

Please sign in to comment.