Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ builds:
env:
- QUILL_LOG_FILE=/tmp/quill-{{ .Target }}.log

- id: windows-build
dir: ./cmd/grant
binary: grant
goos: [windows]
goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags

archives:
- id: linux-archives
builds:
Expand All @@ -56,6 +64,12 @@ archives:
builds:
- darwin-build

- id: windows-archives
formats:
- zip
builds:
- windows-build

nfpms:
- license: "Apache 2.0"
maintainer: "Anchore, Inc"
Expand Down