From 35bbb43b1556b3e0d47eb5c05b1ec486abece1d4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 20:40:38 +0100 Subject: reproducible Debian: fix syntax error and add color support Signed-off-by: Holger Levsen --- deploy_jdn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deploy_jdn') diff --git a/deploy_jdn b/deploy_jdn index 1f7cfcde..e010761b 100755 --- a/deploy_jdn +++ b/deploy_jdn @@ -153,8 +153,9 @@ BG="" get_arch_color() { case $1 in - *i386*) BG=lightblue ;; *amd64*) BG=lightgreen ;; + *i386*) BG=lightblue ;; + *arm64*) BG=orange ;; *armhf*) BG=lightyellow ;; *jenkins.debian.*) BG=yellow ;; *) BG=white ;; -- cgit v1.2.3-54-g00ecf