robot: Fixup goreleaser build, drop windows builds for the agent

This commit is contained in:
Ettore Di Giacinto 2022-08-17 08:40:24 +00:00 committed by Itxaka
parent 95a154e244
commit 10dfe1876f

View File

@ -6,9 +6,9 @@ builds:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: goos:
- linux - linux
- windows
goarch: goarch:
- amd64 - amd64
- arm64
- 386 - 386
main: ./cmd/agent/ main: ./cmd/agent/
id: "c3os-agent" id: "c3os-agent"