add darwin to CI

This commit is contained in:
2025-08-23 16:51:15 -05:00
parent 48eb84654c
commit 61e70f5cd2

8
Jenkinsfile vendored
View File

@@ -59,7 +59,13 @@ pipeline {
} }
} }
stages { stages {
stage('Run Multiarch Image') { stage('Build on darwin') {
agent { label "darwin" }
steps {
sh "STATIC=${STATIC} ${OPT_AND_LTO} ./scripts/build.sh"
}
}
stage('Build using docker') {
agent { label "linux && ${LABEL_ARCH}" } agent { label "linux && ${LABEL_ARCH}" }
steps { steps {
withCredentials([string( withCredentials([string(