Merge branch 'checksums' into 'main'

Checksums

See merge request blendOS/image-builder!2
This commit is contained in:
Rudra Saraswat 2024-09-05 04:10:50 +00:00
commit 7058bd4cc6

View file

@ -26,7 +26,9 @@ build-job: # This job runs in the build stage, which runs first.
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
- mv out/* blendOS.iso
- echo $CI_COMMIT_SHA > version
- sha256sum blendOS.iso > checksum
artifacts:
paths:
- blendOS.iso
- version
- version
- checksum