Skip to content

Commit

Permalink
chore(pipeline): use an ARM64 agent
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Mar 13, 2024
1 parent 5f432a1 commit 97cfaa4
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 97cfaa4

Please sign in to comment.