mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
stop providing 32bit binary
This commit is contained in:
parent
9b1b40b9a8
commit
43173b5252
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ DIST_DIR = dist/v$(VERSION)
|
|||
.PHONY: crossbuild
|
||||
crossbuild: CREDITS
|
||||
rm -rf $(DIST_DIR)
|
||||
godzil crossbuild -arch=386,amd64 -build-ldflags=$(BUILD_LDFLAGS) \
|
||||
godzil crossbuild -build-ldflags=$(BUILD_LDFLAGS) \
|
||||
-include='misc/zsh/_ghq' -z -d $(DIST_DIR)
|
||||
cd $(DIST_DIR) && shasum $$(find * -type f -maxdepth 0) > SHASUMS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue