TUN-3858: Do not suffix cloudflared version with -fips

This commit is contained in:
Areg Harutyunyan 2021-02-04 14:58:15 +00:00
parent 5eb2874a13
commit 352207e933
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ MSI_VERSION := $(shell git tag -l --sort=v:refname | grep "w" | tail -1 | cut
ifeq ($(FIPS), true)
GO_BUILD_TAGS := "$(GO_BUILD_TAGS) fips"
VERSION := $(VERSION)-fips
MSI_VERSION := $(MSI_VERSION)-fips
endif
DATE := $(shell date -u '+%Y-%m-%d-%H%M UTC')