build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-27 21:30:19 +02:00
parent f3f2a0bce5
commit c701d2e0c6
2 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ jobs:
convertova "${IMAGE_FILE}" "arc.ova" convertova "${IMAGE_FILE}" "arc.ova"
# Zip update and generate checksum # Zip update and generate checksum
zip -9j update.zip "files/p3/*" "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg" zip -9j update.zip "files/p3/"* "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg"
sha256sum update.zip >checksum.sha256 sha256sum update.zip >checksum.sha256
# Build incremental # Build incremental
@ -182,7 +182,7 @@ jobs:
convertova "${IMAGE_FILE}" "arc-next.ova" convertova "${IMAGE_FILE}" "arc-next.ova"
# Zip update and generate checksum # Zip update and generate checksum
zip -9j update-next.zip "files/p3/*" "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg" zip -9j update-next.zip "files/p3/"* "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg"
sha256sum update-next.zip >checksum-next.sha256 sha256sum update-next.zip >checksum-next.sha256
# Zip image and generate checksum # Zip image and generate checksum

View File

@ -162,7 +162,7 @@ jobs:
convertova "${IMAGE_FILE}" "arc.ova" convertova "${IMAGE_FILE}" "arc.ova"
# Zip update and generate checksum # Zip update and generate checksum
zip -9j update.zip "files/p3/*" "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg" zip -9j update.zip "files/p3/"* "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg"
sha256sum update.zip >checksum.sha256 sha256sum update.zip >checksum.sha256
# Build incremental # Build incremental
@ -220,7 +220,7 @@ jobs:
convertova "${IMAGE_FILE}" "arc-next.ova" convertova "${IMAGE_FILE}" "arc-next.ova"
# Zip update and generate checksum # Zip update and generate checksum
zip -9j update-next.zip "files/p3/*" "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg" zip -9j update-next.zip "files/p3/"* "files/p1/ARC-VERSION" "files/p1/ARC-BRANCH" "files/p1/boot/grub/grub.cfg"
sha256sum update-next.zip >checksum-next.sha256 sha256sum update-next.zip >checksum-next.sha256
# Zip image and generate checksum # Zip image and generate checksum