diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-15 13:46:08 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-15 13:46:08 +0200 |
commit | 5d50846866cbb978bf73fa7837fde2834f1a3894 (patch) | |
tree | 0f9afaa5d6a0be39e11813ab007c9508daa99ec3 /_includes | |
parent | Add loong in downloads list (diff) | |
download | www-5d50846866cbb978bf73fa7837fde2834f1a3894.tar.gz www-5d50846866cbb978bf73fa7837fde2834f1a3894.tar.bz2 www-5d50846866cbb978bf73fa7837fde2834f1a3894.zip |
Add llvm arm64 downloads
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index c0bb67a..4089c69 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -10,12 +10,15 @@ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %} {% 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-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} + {% 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" %} </div> </div> <div class="col-xs-12 col-md-6"> <h4>Musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl" title="Stage 3" tag="musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-llvm" title="Stage 3" tag="musl | llvm | openrc" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-hardened" title="Hardened Stage 3" tag="musl | openrc" %} </div> |