From 7bd7396a41ee0f58cfc08033140cd76165183de3 Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Sun, 16 Jan 2022 19:15:54 +0100 Subject: [PATCH] update goreleaser conf --- .goreleaser.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 03e39c4..e836cb5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,17 +17,6 @@ before: - go mod download builds: - - - goos: - - linux - goarch: - - amd64 - env: - - CGO_ENABLED=0 - ldflags: - - -s -w -X main.version={{.Tag}} - flags: - - -trimpath - id: hlf-cc-dev dir: hlf-cc-dev @@ -46,12 +35,6 @@ builds: flags: - -trimpath -archives: - - - id: hlf-cc-dev - format: zip - allow_different_binary_count: true - dockers: - # GOOS of the built binary that should be used.