Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
Explicitly specify build OS for linux client
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexawolf committed Nov 10, 2018
1 parent 945952f commit c33843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss-client/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fi
certPath="$1"
serverName="$2"

EXTRABUILDFLAGS=--buildmode=pie ./build.sh $certPath $serverName "Updater"
GOOS=linux EXTRABUILDFLAGS=--buildmode=pie ./build.sh $certPath $serverName "Updater"
GOOS=windows ./build.sh $certPath $serverName "Updater.exe"
GOOS=darwin ./build.sh $certPath $serverName "Updater-mac"

0 comments on commit c33843b

Please sign in to comment.