diff --git a/.goreleaser.yaml b/.goreleaser.yaml index efd5fc5..8483dac 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,18 +1,5 @@ # Make sure to check the documentation at http://goreleaser.com builds: - - ldflags: - - -w -s - env: - - CGO_ENABLED=0 - goos: - - linux - - windows - goarch: - - amd64 - - 386 - main: ./cmd/cli/ - id: "c3os" - binary: "c3os" - ldflags: - -w -s env: @@ -26,20 +13,6 @@ builds: main: ./cmd/agent/ id: "c3os-agent" binary: "c3os-agent" - skip: true - - ldflags: - - -w -s - env: - - CGO_ENABLED=0 - goos: - - linux - goarch: - - amd64 - - 386 - main: ./cmd/provider/ - id: "agent-provider-c3os" - binary: "agent-provider-c3os" - skip: true source: enabled: true name_template: '{{ .ProjectName }}-{{ .Tag }}-source'