Skip to content
Snippets Groups Projects
Commit 500c5c9c authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

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: default avatarAlex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
parent acfaad56
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment