TUN-3858: Do not suffix cloudflared version with -fips
This commit is contained in:
parent
5eb2874a13
commit
352207e933
2
Makefile
2
Makefile
|
@ -5,8 +5,6 @@ MSI_VERSION := $(shell git tag -l --sort=v:refname | grep "w" | tail -1 | cut
|
||||||
|
|
||||||
ifeq ($(FIPS), true)
|
ifeq ($(FIPS), true)
|
||||||
GO_BUILD_TAGS := "$(GO_BUILD_TAGS) fips"
|
GO_BUILD_TAGS := "$(GO_BUILD_TAGS) fips"
|
||||||
VERSION := $(VERSION)-fips
|
|
||||||
MSI_VERSION := $(MSI_VERSION)-fips
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DATE := $(shell date -u '+%Y-%m-%d-%H%M UTC')
|
DATE := $(shell date -u '+%Y-%m-%d-%H%M UTC')
|
||||||
|
|
Loading…
Reference in New Issue