Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0f4506141f
commit
046815a6d1
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -82,6 +82,7 @@ pipeline{
|
||||
|
||||
script
|
||||
{
|
||||
env.arch = "x86_64";
|
||||
parallel parallelStagesMap;
|
||||
}
|
||||
}
|
||||
@ -98,6 +99,7 @@ pipeline{
|
||||
|
||||
script
|
||||
{
|
||||
env.arch = "aarch64";
|
||||
parallel parallelStagesMap;
|
||||
}
|
||||
}
|
||||
@ -113,6 +115,7 @@ pipeline{
|
||||
steps {
|
||||
script
|
||||
{
|
||||
env.arch = "armv7l";
|
||||
parallel parallelStagesMap;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user