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 ee52f29 commit 15cb17fCopy full SHA for 15cb17f
install.sh
@@ -7,8 +7,8 @@ export GO111MODULE=on
7
export GOPROXY=https://goproxy.cn
8
9
mkdir -p out/master out/server out/puppet
10
-cd Orca_Master && go build -o ../out/master/Orca_Master -ldflags "-s -w" && cd ..
11
-cd Orca_Server && go build -o ../out/server/Orca_Server -ldflags "-s -w" && cd ..
+cd Orca_Master && go build -o ../out/master/Orca_Master_linux_x64 -ldflags "-s -w" && cd ..
+cd Orca_Server && go build -o ../out/server/Orca_Server_linux_x64 -ldflags "-s -w" && cd ..
12
cd Orca_Puppet && go build -o ../out/puppet/Orca_Puppet_linux_x64 -ldflags "-s -w" && cd ..
13
export GOARCH=amd64
14
export GOOS=windows
0 commit comments