Skip to content

Commit

Permalink
Merge pull request #179 from vvakame/feat-static
Browse files Browse the repository at this point in the history
use static option to build tagpr binaries
  • Loading branch information
Songmu committed Sep 9, 2024
2 parents ab829df + 87f807f commit 905973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ DIST_DIR = dist
crossbuild: CREDITS
rm -rf $(DIST_DIR)
godzil crossbuild -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) \
-os=linux,darwin -d=$(DIST_DIR) ./cmd/*
-os=linux,darwin -static -d=$(DIST_DIR) ./cmd/*
cd $(DIST_DIR) && shasum -a 256 $$(find * -type f -maxdepth 0) > SHA256SUMS

0 comments on commit 905973a

Please sign in to comment.