We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61a7f3 commit be9cb16Copy full SHA for be9cb16
build.pl
@@ -11,8 +11,8 @@ sub command_exsits {
11
12
$ENV{CGO_ENABLED} = 0;
13
if(command_exsits('gox')) {
14
- print("[INFO] gox command found , go install github.com/mitchellh/gox@latest .\n");
15
- system("go install github.com/mitchellh/gox@latest")
+ print("[INFO] gox command found , go install github.com/mitchellh/gox\@latest .\n");
+ system("go install github.com/mitchellh/gox\@latest");
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}}\"");
18
} else {
0 commit comments