@@ -3,7 +3,7 @@
BIN_NAME := deploy
build:
go build -buildmode=pie -ldflags '-w -s' -o $(BIN_NAME) ./cmd/svc/main.go
CGO_ENABLED=0 go build -buildmode=pie -ldflags '-w -s' -o $(BIN_NAME) ./cmd/svc/main.go
clean:
rm $(BIN_NAME)
The note is not visible to the blocked user.