diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2022-08-01 14:28:03 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2022-08-01 14:28:03 +1000 |
| commit | 31040303f7c20939ff1009836e90f7586fc8b118 (patch) | |
| tree | f1445d07da72e6d7e351afdd211dd788a6371dda | |
| parent | c011bbae0c52f60f9dcd2972fc4db845744356b0 (diff) | |
Remove deprecated netgo build tag (Fixes #4)
| -rw-r--r-- | .goreleaser.yml | 3 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 03cde8c..bc269dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,11 +3,8 @@ builds: - id: tube binary: tube main: . - flags: - - -installsuffix=netgo tags: - embed - - netcgo - static_build ldflags: >- -w @@ -36,7 +36,7 @@ dev : server ## Build debug version of tube @./tube server: generate ## Build the tube server - @$(GOCMD) build -tags "embed netgo static_build" -installsuffix netgo \ + @$(GOCMD) build -tags "embed static_build" \ -ldflags "-w \ -X $(shell go list).Version=$(VERSION) \ -X $(shell go list).Commit=$(COMMIT)" \ |
