remove nats (#41)

Signed-off-by: SammyOina <sammyoina@gmail.com>
This commit is contained in:
Sammy Kerata Oina
2024-01-09 21:56:31 +03:00
committed by GitHub
parent 8c5bb52c56
commit 46a91ccbc3
13 changed files with 8 additions and 210 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ space:= $(empty) $(empty)
define compile_service
CGO_ENABLED=$(CGO_ENABLED) GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) \
go build -tags nats -ldflags "-s -w \
go build -ldflags "-s -w \
-X 'github.com/absmach/magistrala.BuildTime=$(TIME)' \
-X 'github.com/absmach/magistrala.Version=$(VERSION)' \
-X 'github.com/absmach/magistrala.Commit=$(COMMIT)'" \