Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 00fb063

Browse files
committed
fix: Trying to get slsa goreleaser right
1 parent 5dc8f18 commit 00fb063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.slsa-goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env:
77
goos: linux
88
goarch: amd64
99

10-
main: ./cmd/root.go
11-
binary: root-{{ .Os }}-{{ .Arch }}
10+
main: ./cmd/controller/main.go
11+
binary: controller-{{ .Os }}-{{ .Arch }}

0 commit comments

Comments
 (0)