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

Commit 6e81c74

Browse files
committed
goreleaser: Specify just main package
Signed-off-by: Enrique Llorente <ellorent@redhat.com>
1 parent b940407 commit 6e81c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- CGO_ENABLED=0
1010
goos:
1111
- linux
12-
main: ./cmd/nmpolicyctl/main.go
12+
main: ./cmd/nmpolicyctl
1313
archives:
1414
- replacements:
1515
linux: Linux

0 commit comments

Comments
 (0)