mirror of https://github.com/waku-org/nwaku.git
ci: add architecture specification to agent label
Should fix errors like: ``` clang: error: the clang compiler does not support '-march=native' ``` Caused by hitting the Apple M1 `arm64` host. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
95d2e8bf71
commit
438ad2328e
|
@ -1,7 +1,7 @@
|
|||
library 'status-jenkins-lib@v1.2.18'
|
||||
|
||||
pipeline {
|
||||
agent { label getAgentLabel() }
|
||||
agent { label "${getAgentLabel()} && x86_64" }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
Loading…
Reference in New Issue