Skip to content

Commit c253473

Browse files
Fix Goreleaser
1 parent 789708e commit c253473

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/ci/.goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
project_name: kube-av
22
builds:
3-
- env:
3+
- id: kubeav
4+
env:
45
- CGO_ENABLED=0
56
- GO111MODULE=on
67
binary: kubeav
78
main: ./cmd/manager/main.go
89
goos: [linux]
910
goarch: [amd64]
10-
- env:
11+
- id: kubeav-agent
12+
env:
1113
- CGO_ENABLED=0
1214
- GO111MODULE=on
1315
binary: kubeav-agent

0 commit comments

Comments
 (0)