Remove faas-cli from on-device builds

faas-cli is built for arm/arm64 as part of the main build in
Travis

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2020-10-16 14:55:57 +01:00
parent acfaad56d5
commit 500c5c9c1a

View File

@ -3,7 +3,7 @@
# "openfaas/nats-queue-worker"
# ^ Already multi-arch
declare -a repos=("openfaas-incubator/openfaas-operator" "openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/faas-netes" "openfaas/faas-cli")
declare -a repos=("openfaas-incubator/openfaas-operator" "openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/faas-netes" )
HERE=`pwd`
ARCH=$(uname -m)
@ -80,4 +80,4 @@ do
do
echo " ${IMAGE}:${TAG}-${ARM_VERSION}"
done
done
done