Skip to content

Commit

Permalink
Update Makefile.common.mk from root-template-tester:6e37c59.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleal committed Jan 9, 2025
1 parent a3e608b commit 8ebd77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ define build_binary_go
GOOS=$(2) GOARCH=$(3) \
go build --trimpath \
-tags lambda.norpc \
-ldflags "-w -s -X version.Version=$(COMMIT)" \
-ldflags "-w -s -X main.Version=$(COMMIT)" \
-o dist/$(1)/$(1)-$(2)-$(3)$(call add_windows_suffix,$(2)) ./cmd/$(1)
@test -z "$$CI" || echo "##[endgroup]"
endef
Expand Down

0 comments on commit 8ebd77b

Please sign in to comment.