fix: cd /tmp before mkimage.sh to avoid git repo context conflict

This commit is contained in:
2026-03-05 11:31:20 +03:00
parent 45f3182470
commit 0c16d9fb76

View File

@@ -89,6 +89,8 @@ mkdir -p "${DIST_DIR}"
echo ""
echo "=== building ISO ==="
# mkimage.sh uses git internally; run it from /tmp to avoid conflicts with bee repo
cd /tmp
sh /usr/share/aports/scripts/mkimage.sh \
--tag "v${ALPINE_VERSION}" \
--outdir "${DIST_DIR}" \