aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <[email protected]>2025-01-05 22:06:05 +0100
committerAndreas K. Hüttel <[email protected]>2025-01-05 22:06:05 +0100
commit43fc8cfaa4ae593e9785879eeb339b1113bf9ba9 (patch)
treecd2096fdd5f92c8fe4920eedeb322e35e9ea7c80
parentMore minor layout (diff)
downloadwww-43fc8cf.tar.gz
www-43fc8cf.tar.bz2
www-43fc8cf.zip
Support arm64 qcow2 downloadsHEADmaster
Signed-off-by: Andreas K. Hüttel <[email protected]>
-rwxr-xr-xbin/update-downloads.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index 1c01524..a26829a 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -34,6 +34,10 @@ update_amd64() {
append_list "${boot_list}" "latest-qcow2.txt"
}
+update_arm64() {
+ append_list "${boot_list}" "latest-qcow2.txt"
+}
+
update_hppa() {
append_list "${boot_list}" latest-netboot-hppa{32,64}.txt
}