mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-05 03:03:26 +00:00
ci: specify macos host architecture in labels (#3132)
Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0dd497640a
commit
ff50670147
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -103,7 +103,7 @@ parallel(
|
|||||||
},
|
},
|
||||||
"macOS": {
|
"macOS": {
|
||||||
throttle(['nimbus-eth2']) {
|
throttle(['nimbus-eth2']) {
|
||||||
node("macos") {
|
node("macos && x86_64") {
|
||||||
withEnv(["NPROC=${sh(returnStdout: true, script: 'sysctl -n hw.logicalcpu').trim()}"]) {
|
withEnv(["NPROC=${sh(returnStdout: true, script: 'sysctl -n hw.logicalcpu').trim()}"]) {
|
||||||
runStages()
|
runStages()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user