diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 583cd7f..94b5f72 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: @@ -56,6 +64,12 @@ archives: builds: - darwin-build + - id: windows-archives + formats: + - zip + builds: + - windows-build + nfpms: - license: "Apache 2.0" maintainer: "Anchore, Inc"