fix makefile

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

View File

@ -20,13 +20,14 @@ XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
GENERATE ?=
XGO_VERSION := go-1.19.x
XGO_TARGETS ?= linux/amd64,linux/arm64
XGO_TARGETS ?= linux/amd64,linux/arm-6,linux/arm-7,linux/arm64
TARGETOS ?= linux
TARGETARCH ?= amd64
ifneq ("$(TARGETVARIANT)","")
GOARM ?= $(subst v,,$(TARGETVARIANT))
endif ?= netgo
endif
TAGS ?= netgo
ifndef VERSION
ifneq ($(DRONE_TAG),)