Skip to content

Commit 9e95a24

Browse files
author
cong.li
committed
update
1 parent 5d147d8 commit 9e95a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/build.pl

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sub command_exsits {
1111

1212
$ENV{CGO_ENABLED} = 0;
1313
if(command_exsits('gox')) {
14+
system("go install github.com/mitchellh/gox@latest");
1415
print("[INFO] gox command found , now run gox build.\n");
1516
my $arch="darwin/arm64 darwin/amd64 linux/386 linux/amd64 windows/amd64 windows/386";
1617
system("gox -osarch=\"$arch\" -output=\"dist/{{.Dir}}_{{.OS}}_{{.Arch}}\"");

0 commit comments

Comments
 (0)