fix makefile

This commit is contained in:
Robert Kaussow 2023-01-14 15:55:15 +01:00
parent d14678f8c1
commit 095c390261
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ TARGETOS ?= linux
TARGETARCH ?= amd64
ifneq ("$(TARGETVARIANT)","")
GOARM ?= $(subst v,,$(TARGETVARIANT))
endif ?= netgo
endif
TAGS ?= netgo
ifndef VERSION
ifneq ($(DRONE_TAG),)