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

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { 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') { stage('Update build info') {