diff --git a/_assets/ci/Jenkinsfile.android b/_assets/ci/Jenkinsfile.android index 581f68687..1c10d381d 100644 --- a/_assets/ci/Jenkinsfile.android +++ b/_assets/ci/Jenkinsfile.android @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'linux' } + agent { label 'linux && x86_64 && go-1.17' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index ebdd7f334..cf538aca5 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'macos && x86_64' } + agent { label 'macos && x86_64 && go-1.17' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.linux b/_assets/ci/Jenkinsfile.linux index b626fa107..cee531efa 100644 --- a/_assets/ci/Jenkinsfile.linux +++ b/_assets/ci/Jenkinsfile.linux @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'linux' } + agent { label 'linux && x86_64 && go-1.17' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index df140b416..6ea1b6e87 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -1,7 +1,7 @@ library 'status-jenkins-lib@v1.3.3' pipeline { - agent { label 'linux' } + agent { label 'linux && x86_64 && go-1.17' } parameters { string(