From 788ad3ea13f6d3dc1002856de80143a7d057c28e Mon Sep 17 00:00:00 2001
From: LinuxServer-CI <ci@linuxserver.io>
Date: Sat, 12 Sep 2020 00:25:29 +0100
Subject: [PATCH] Bot Updating Templated Files

---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ae5f12c..ab79c6b 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -324,7 +324,7 @@ pipeline {
         }
         stage('Build ARMHF') {
           agent {
-            label 'X86-64-MULTI'
+            label 'ARMHF'
           }
           steps {
             withCredentials([
@@ -353,7 +353,7 @@ pipeline {
         }
         stage('Build ARM64') {
           agent {
-            label 'X86-64-MULTI'
+            label 'ARM64'
           }
           steps {
             withCredentials([
-- 
GitLab