Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptkatz authored Sep 24, 2022
1 parent ee52f29 commit 15cb17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export GO111MODULE=on
export GOPROXY=https://goproxy.cn

mkdir -p out/master out/server out/puppet
cd Orca_Master && go build -o ../out/master/Orca_Master -ldflags "-s -w" && cd ..
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 ..
cd Orca_Puppet && go build -o ../out/puppet/Orca_Puppet_linux_x64 -ldflags "-s -w" && cd ..
export GOARCH=amd64
export GOOS=windows
Expand Down

0 comments on commit 15cb17f

Please sign in to comment.