diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-21 22:11:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-21 22:11:26 +0100 |
commit | 365fa3df530f89a786d06bd08e5490370b37824d (patch) | |
tree | 222206fa764f9faa3feea529874815faae0b335c /_includes | |
parent | amd64 downloads: More links, extra LLVM section (diff) | |
download | www-365fa3df530f89a786d06bd08e5490370b37824d.tar.gz www-365fa3df530f89a786d06bd08e5490370b37824d.tar.bz2 www-365fa3df530f89a786d06bd08e5490370b37824d.zip |
arm64 downloads: more links, separate section for LLVM
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index fcb79c2..a2223c6 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -11,8 +11,13 @@ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} + </div> + + <h4>LLVM-based stage archives</h4> + <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %} </div> </div> <div class="col-xs-12 col-md-6"> |