summaryrefslogtreecommitdiffstats
path: root/deploy_jdn
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-xdeploy_jdn3
1 files changed, 2 insertions, 1 deletions
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 ;;