We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d147d8 commit 9e95a24Copy full SHA for 9e95a24
.github/build.pl
@@ -11,6 +11,7 @@ sub command_exsits {
11
12
$ENV{CGO_ENABLED} = 0;
13
if(command_exsits('gox')) {
14
+ system("go install github.com/mitchellh/gox@latest");
15
print("[INFO] gox command found , now run gox build.\n");
16
my $arch="darwin/arm64 darwin/amd64 linux/386 linux/amd64 windows/amd64 windows/386";
17
system("gox -osarch=\"$arch\" -output=\"dist/{{.Dir}}_{{.OS}}_{{.Arch}}\"");
0 commit comments