mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 17:03:09 +00:00
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
7491250a2a
commit
7fe43c312f
@ -1,7 +1,7 @@
|
||||
library 'status-jenkins-lib@v1.2.18'
|
||||
|
||||
pipeline {
|
||||
agent { label getAgentLabel() }
|
||||
agent { label "${getAgentLabel()} && x86_64" }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user