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:
Jakub Sokołowski 2022-01-17 17:35:01 +01:00 committed by Jakub
parent 95d2e8bf71
commit 438ad2328e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent { label getAgentLabel() }
agent { label "${getAgentLabel()} && x86_64" }
parameters {
string(