From 819f4ede0b1aa5dd5eae89c186e3eed64cfc7898 Mon Sep 17 00:00:00 2001 From: Eric Norris Date: Wed, 27 May 2026 09:49:17 -0400 Subject: [PATCH] build: publish individual binaries --- .goreleaser.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7618de9..9c9ac34 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -30,6 +30,20 @@ builds: goos: [linux, darwin] goarch: [amd64, arm64] +archives: + - id: github-app-sts-server + ids: [github-app-sts-server] + formats: [binary] + name_template: "github-app-sts-server-{{ .Os }}-{{ .Arch }}" + - id: github-app-sts-client + ids: [github-app-sts-client] + formats: [binary] + name_template: "github-app-sts-client-{{ .Os }}-{{ .Arch }}" + - id: git-credential-github-app-sts + ids: [git-credential-github-app-sts] + formats: [binary] + name_template: "git-credential-github-app-sts-{{ .Os }}-{{ .Arch }}" + signs: - cmd: cosign args: