Update semi-automatic arm builds

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2020-11-17 11:36:42 +00:00
parent 579b9124e4
commit 9fccc1c84d

View File

@ -3,7 +3,8 @@
# "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" )
declare -a repos=("openfaas/faas-idler" "openfaas/faas" "openfaas/faas-cli" "openfaas/faas-swarm")
HERE=`pwd`
ARCH=$(uname -m)