Skip to content
Snippets Groups Projects
Commit 788ad3ea authored by LinuxServer-CI's avatar LinuxServer-CI
Browse files

Bot Updating Templated Files

parent b344c5d9
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ pipeline { ...@@ -324,7 +324,7 @@ pipeline {
} }
stage('Build ARMHF') { stage('Build ARMHF') {
agent { agent {
label 'X86-64-MULTI' label 'ARMHF'
} }
steps { steps {
withCredentials([ withCredentials([
...@@ -353,7 +353,7 @@ pipeline { ...@@ -353,7 +353,7 @@ pipeline {
} }
stage('Build ARM64') { stage('Build ARM64') {
agent { agent {
label 'X86-64-MULTI' label 'ARM64'
} }
steps { steps {
withCredentials([ withCredentials([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment