Remove darwin/arm

This commit is contained in:
Cassandra
2019-08-29 17:16:24 +02:00
parent bfa8b4bf9b
commit cf600c84ae

10
Jenkinsfile vendored
View File

@@ -121,16 +121,6 @@ pipeline {
sh buildCommand
}
}
stage('darwin/arm') {
steps {
sh buildCommand
}
}
stage('darwin/arm64') {
steps {
sh buildCommand
}
}
}
}
stage('Cleanup') {