board/qemu: Generate sdcard.img with post-image
Some checks failed
Aimee OS/aimee-os/pipeline/head There was a failure building this commit
Some checks failed
Aimee OS/aimee-os/pipeline/head There was a failure building this commit
In order to test AimeeOS A/B filesystem updates, we need a full disk image just like the Raspberry Pi variant has.
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -53,8 +53,12 @@ pipeline {
|
||||
archiveArtifacts('.config')
|
||||
}
|
||||
dir('_build/images') {
|
||||
sh 'zstd -f firmware.img'
|
||||
sh 'zstd -f sdcard.img'
|
||||
archiveArtifacts([
|
||||
'firmware.img.zst',
|
||||
'rootfs.squashfs',
|
||||
'sdcard.img.zst',
|
||||
].join(','))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user