Add mipsle target
Some checks reported warnings
Cadoles/go-http-peering/pipeline/head This commit is unstable

This commit is contained in:
2022-09-12 17:47:09 +02:00
parent f872a68906
commit 7cff0e3f91
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -eo pipefail
OS_TARGETS=(linux)
ARCH_TARGETS=${ARCH_TARGETS:-amd64}
ARCH_TARGETS=${ARCH_TARGETS:-amd64 mipsle}
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"