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

This commit is contained in:
wpetit 2022-09-16 14:46:30 +02:00
parent 5be381d2b7
commit d38f0be312
1 changed files with 2 additions and 0 deletions

View File

@ -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 {