Skip to content

Commit

Permalink
ISO split in 3 parts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Nov 27, 2024
1 parent 3c410be commit 3138b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ do
fi
### Split iso into multiple parts - github max size of release attachment is 2GB, where ISO is sometimes bigger than that
cd "${ROOT_PATH}"
split -b 1500M -x "${ROOT_PATH}/ubuntu-24.10-${KERNEL_VERSION}-${ALTERNATIVE}.iso" "${ROOT_PATH}/output/ubuntu-24.10-${KERNEL_VERSION}-${ALTERNATIVE}.iso."
split -b 900M -x "${ROOT_PATH}/ubuntu-24.10-${KERNEL_VERSION}-${ALTERNATIVE}.iso" "${ROOT_PATH}/output/ubuntu-24.10-${KERNEL_VERSION}-${ALTERNATIVE}.iso."
done
## Calculate sha256 sums of built ISO
sha256sum "${ROOT_PATH}"/*.iso >"${ROOT_PATH}/output/sha256-ubuntu-24.10"
Expand Down

0 comments on commit 3138b0c

Please sign in to comment.