updated build system

This commit is contained in:
Scott E. Graves 2024-07-23 07:51:09 -05:00
parent 04d560739d
commit 3c7aa417a9

View File

@ -53,9 +53,9 @@ pipeline {
agent any agent any
steps { steps {
sh 'scripts/deliver.sh /mnt/repertory "" "" "" "" 1 0'
sh 'scripts/deliver.sh /mnt/repertory "" aarch64' sh 'scripts/deliver.sh /mnt/repertory "" aarch64'
sh 'scripts/deliver.sh /mnt/repertory' sh 'scripts/deliver.sh /mnt/repertory'
sh 'scripts/deliver.sh /mnt/repertory "" "" "" "" 1 0'
} }
} }
} }