Don't force rebuild images when building a release

This commit is contained in:
Cameron Gutman
2025-11-30 23:00:44 +00:00
parent b2e921902f
commit 3886163b24

View File

@@ -8,9 +8,6 @@ git diff-index --quiet HEAD -- || fail "Release builds must not have unstaged ch
set -e
# Ensure build images are pushed to DockerHub
./push-images.sh
# Build the packages
./build-single.sh l4t noble $1 &
./build-single.sh rpi trixie $1 &