We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a2790 commit 11cb898Copy full SHA for 11cb898
.github/build.pl
@@ -11,7 +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");
+ system("go install github.com/mitchellh/gox@v1.0.1");
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