From 7445998092303582d1ad508c1b8c0026435600c4 Mon Sep 17 00:00:00 2001
From: "Alex Ellis (OpenFaaS Ltd)" <alexellis2@gmail.com>
Date: Tue, 24 Dec 2019 13:59:46 +0000
Subject: [PATCH] Remove queue-worker from arm builds

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
---
 contrib/publish-arm.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/publish-arm.sh b/contrib/publish-arm.sh
index 8ca9e200..e863e38c 100755
--- a/contrib/publish-arm.sh
+++ b/contrib/publish-arm.sh
@@ -1,6 +1,9 @@
 #!/bin/bash
 
-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")
+# "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")
 HERE=`pwd`
 ARCH=$(uname -m)
 
-- 
GitLab