@@ -50,27 +50,6 @@ builds:
|
|||||||
ignore:
|
ignore:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
- id: prb
|
|
||||||
main: ./cmd/prb/main.go
|
|
||||||
binary: prb
|
|
||||||
ldflags:
|
|
||||||
- -s -w
|
|
||||||
- -X 'main.version={{.Version}}'
|
|
||||||
gcflags:
|
|
||||||
- -e
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
goos:
|
|
||||||
- windows
|
|
||||||
- darwin
|
|
||||||
- freebsd
|
|
||||||
- openbsd
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
ignore:
|
|
||||||
- goos: windows
|
|
||||||
goarch: arm64
|
|
||||||
# Docker-specific builds for Linux only
|
# Docker-specific builds for Linux only
|
||||||
- id: probod-docker
|
- id: probod-docker
|
||||||
main: ./cmd/probod/main.go
|
main: ./cmd/probod/main.go
|
||||||
@@ -150,22 +129,6 @@ archives:
|
|||||||
- LICENSE
|
- LICENSE
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
|
|
||||||
brews:
|
|
||||||
- ids:
|
|
||||||
- prb
|
|
||||||
repository:
|
|
||||||
owner: getprobo
|
|
||||||
name: homebrew-tap
|
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
|
||||||
pull_request:
|
|
||||||
enabled: true
|
|
||||||
commit_author:
|
|
||||||
name: probo-bot
|
|
||||||
email: bot@getprobo.com
|
|
||||||
homepage: "https://github.com/getprobo/probo"
|
|
||||||
description: "CLI for the Probo compliance management platform"
|
|
||||||
license: "ISC"
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user