Skip to content

Commit

Permalink
Fix Goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 6, 2020
1 parent 789708e commit c253473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/ci/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
project_name: kube-av
builds:
- env:
- id: kubeav
env:
- CGO_ENABLED=0
- GO111MODULE=on
binary: kubeav
main: ./cmd/manager/main.go
goos: [linux]
goarch: [amd64]
- env:
- id: kubeav-agent
env:
- CGO_ENABLED=0
- GO111MODULE=on
binary: kubeav-agent
Expand Down

0 comments on commit c253473

Please sign in to comment.