develop #2

Merged
steffen merged 4 commits from develop into main 2026-03-14 15:44:14 +01:00
Showing only changes of commit db260115a9 - Show all commits

View file

@ -46,7 +46,7 @@ jobs:
--extra-platforms aarch64-linux \
--out-link result-${{ matrix.host }}
IMAGE_PATH=$(find result-${{ matrix.host }} -name "*.img.zst" -type f | head -1)
IMAGE_PATH=$(find -L result-${{ matrix.host }} -name "*.img.zst" | head -1)
if [ -z "$IMAGE_PATH" ]; then
echo "Error: No image found!"
exit 1