try generic just to be sure

This commit is contained in:
Martin Kroeker 2024-08-06 12:18:16 +02:00 committed by GitHub
parent c2cd57bdd0
commit 4ccffe99df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make clean && make TARGET=Z13'
sh 'make clean && make TARGET=ZARCH_GENERIC'
}
}
}