Hey dum dum update the Jenkinsfile.

This commit is contained in:
Pieter-Jan Briers
2020-04-27 12:06:18 +02:00
parent 8bcbd50914
commit ee63870187
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'Tools/package_release_build.py -p windows mac linux'
sh 'Tools/package_release_build.py -p windows mac linux linux-arm64'
}
}
stage('Update build info') {