Rebalance the builds to avoid OOMs
This commit is contained in:
@@ -15,17 +15,19 @@ set -e
|
||||
./build-single.sh l4t noble $1 &
|
||||
./build-single.sh rpi trixie $1 &
|
||||
./build-single.sh rpi64 trixie $1 &
|
||||
wait
|
||||
./build-single.sh aarch64 jammy $1 &
|
||||
./build-single.sh riscv64 trixie $1 &
|
||||
wait
|
||||
./build-single.sh armhf jammy $1 &
|
||||
wait
|
||||
./build-single.sh armhf trixie $1 &
|
||||
./build-single.sh aarch64 trixie $1 &
|
||||
./build-single.sh armhf noble $1 &
|
||||
./build-single.sh aarch64 noble $1 &
|
||||
wait
|
||||
./build-single.sh aarch64 noble $1 &
|
||||
./build-single.sh rpi bookworm $1 &
|
||||
./build-single.sh rpi64 bookworm $1 &
|
||||
wait
|
||||
./build-single.sh armhf bookworm $1 &
|
||||
./build-single.sh aarch64 bookworm $1 &
|
||||
./build-single.sh l4t jammy $1 &
|
||||
|
||||
@@ -13,17 +13,19 @@ TAG_UNIQUE_ID=`git ls-tree HEAD | sha256sum | cut -c-16`
|
||||
./build-image.sh l4t noble $TAG_UNIQUE_ID &
|
||||
./build-image.sh rpi trixie $TAG_UNIQUE_ID &
|
||||
./build-image.sh rpi64 trixie $TAG_UNIQUE_ID &
|
||||
wait
|
||||
./build-image.sh aarch64 jammy $TAG_UNIQUE_ID &
|
||||
./build-image.sh riscv64 trixie $TAG_UNIQUE_ID &
|
||||
wait
|
||||
./build-image.sh armhf jammy $TAG_UNIQUE_ID &
|
||||
wait
|
||||
./build-image.sh armhf trixie $TAG_UNIQUE_ID &
|
||||
./build-image.sh aarch64 trixie $TAG_UNIQUE_ID &
|
||||
./build-image.sh armhf noble $TAG_UNIQUE_ID &
|
||||
./build-image.sh aarch64 noble $TAG_UNIQUE_ID &
|
||||
wait
|
||||
./build-image.sh aarch64 noble $TAG_UNIQUE_ID &
|
||||
./build-image.sh rpi bookworm $TAG_UNIQUE_ID &
|
||||
./build-image.sh rpi64 bookworm $TAG_UNIQUE_ID &
|
||||
wait
|
||||
./build-image.sh armhf bookworm $TAG_UNIQUE_ID &
|
||||
./build-image.sh aarch64 bookworm $TAG_UNIQUE_ID &
|
||||
./build-image.sh l4t jammy $TAG_UNIQUE_ID &
|
||||
|
||||
Reference in New Issue
Block a user