mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Add openfaas-operator to the ARMHF build script
Signed-off-by: Radoslav Dimitrov <rdimitrow@gmail.com>
This commit is contained in:
parent
63e948fce1
commit
05c7b3f9ee
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
declare -a repos=("openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/nats-queue-worker" "openfaas/faas-netes" "openfaas/faas-cli")
|
||||
|
||||
declare -a repos=("openfaas-incubator/openfaas-operator" "openfaas-incubator/faas-idler" "openfaas/faas" "openfaas/faas-swarm" "openfaas/nats-queue-worker" "openfaas/faas-netes" "openfaas/faas-cli")
|
||||
HERE=`pwd`
|
||||
|
||||
#if [ ! -z "$CACHED" ]; then
|
||||
@ -18,6 +17,8 @@ get_repo_name() {
|
||||
echo "openfaas/gateway"
|
||||
elif [ "openfaas/nats-queue-worker" = $1 ]; then
|
||||
echo "openfaas/queue-worker"
|
||||
elif [ "openfaas-incubator/openfaas-operator" = $1 ]; then
|
||||
echo "openfaas/openfaas-operator"
|
||||
else
|
||||
echo $1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user