Skip to content
Merged
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
18 changes: 18 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ builds:
goos: [linux, darwin]
goarch: [amd64, arm64]

- main: ./cmd/github-app-sts-client
binary: github-app-sts-client
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: [linux, darwin]
goarch: [amd64, arm64]

- main: ./cmd/git-credential-github-app-sts
binary: git-credential-github-app-sts
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: [linux, darwin]
goarch: [amd64, arm64]

signs:
- cmd: cosign
args:
Expand Down