Skip to content

Commit 15cb17f

Browse files
authored
Update install.sh
1 parent ee52f29 commit 15cb17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export GO111MODULE=on
77
export GOPROXY=https://goproxy.cn
88

99
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 ..
10+
cd Orca_Master && go build -o ../out/master/Orca_Master_linux_x64 -ldflags "-s -w" && cd ..
11+
cd Orca_Server && go build -o ../out/server/Orca_Server_linux_x64 -ldflags "-s -w" && cd ..
1212
cd Orca_Puppet && go build -o ../out/puppet/Orca_Puppet_linux_x64 -ldflags "-s -w" && cd ..
1313
export GOARCH=amd64
1414
export GOOS=windows

0 commit comments

Comments
 (0)