• fix(iso): fall back through ROCm 6.4→6.3→6.2 if repo Release file missing

    mchus released this 2026-03-26 09:52:17 +03:00 | 447 commits to main since this release

    ROCm 6.4 does not yet publish a Release file for Debian Bookworm, causing
    the live-build chroot hook to fail with "does not have a Release file".

    Try each version in ROCM_CANDIDATES order; skip to the next if apt-get update
    fails (repo unavailable). Exit gracefully if none are available.
    Also rename inner 'candidate' variable to 'smi_path' to avoid collision.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads