Skip to content

Commit

Permalink
Remove faas-cli from on-device builds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alexellis committed Oct 16, 2020
1 parent acfaad5 commit 500c5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/publish-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -80,4 +80,4 @@ do
do
echo " ${IMAGE}:${TAG}-${ARM_VERSION}"
done
done
done

0 comments on commit 500c5c9

Please sign in to comment.