From 26fe6c42aaced3337b6d391059d35d629aea4ac8 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Mon, 20 May 2019 15:21:45 +0000
Subject: [PATCH] updated arm64 support for building and CI/CD

---
 cicd_testing/do-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh
index 64c421d58..b16866206 100755
--- a/cicd_testing/do-build.sh
+++ b/cicd_testing/do-build.sh
@@ -16,6 +16,6 @@ time rsync -a --exclude='.git'  $CICD_TO_TEST_DIR/ /tmp/peasoup_test
 cd /tmp/peasoup_test
 source set_env_vars
 sudo ./get-peasoup-packages.sh all
-./build-all.sh 
+bash -x ./build-all.sh 
 bash -x ./postgres_setup.sh
 
-- 
GitLab