build static binary

This commit is contained in:
2026-02-01 09:52:59 -05:00
parent b1ef556eb5
commit 4889f1afae

View File

@@ -8,7 +8,7 @@ deps:
$(GO) mod download
build: deps
$(GO) build -ldflags "-X fes/modules/version.gitCommit=$(shell git rev-parse --short HEAD)" -o fes
CGO_ENABLED=0 $(GO) build -ldflags "-X fes/modules/version.gitCommit=$(shell git rev-parse --short HEAD)" -o fes
@echo "Fes is now built to ./fes"
lint: