Skip to content

Commit

Permalink
chore(pipeline): use an ARM64 agent (#138)
Browse files Browse the repository at this point in the history
as per
jenkins-infra/helpdesk#3823 (comment)

using an ARM64 node
  • Loading branch information
smerle33 committed Mar 18, 2024
2 parents 4b7922d + e3b91d2 commit 56ed542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
}

agent {
label 'node'
label 'linux-arm64-docker || arm64linux'
}

environment {
Expand Down

0 comments on commit 56ed542

Please sign in to comment.