Use GOMIPS=softfloat by default and do not use UPX on mips targeted binaries
Cadoles/go-http-peering/pipeline/head This commit is unstable
Details
Cadoles/go-http-peering/pipeline/head This commit is unstable
Details
This commit is contained in:
parent
5be381d2b7
commit
d38f0be312
|
@ -5,6 +5,8 @@ set -eo pipefail
|
|||
OS_TARGETS=(linux)
|
||||
ARCH_TARGETS=${ARCH_TARGETS:-amd64 mipsle}
|
||||
|
||||
export GOMIPS=softfloat
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
|
||||
function build {
|
||||
|
|
Loading…
Reference in New Issue