summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-05-10 09:40:58 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-05-10 09:40:58 +0200
commitd5c8c38f04f4c21924f2c845bdfb18f3973101a7 (patch)
tree72905a09fd26db83e4545d9b09b985bd1596e4a0
parent9869614e08caa819a36877633ccc0bf981f29c76 (diff)
parent1ffbb6e4533ac404e1860d205bcf46925471ae4b (diff)
downloadmullvadvpn-d5c8c38f04f4c21924f2c845bdfb18f3973101a7.tar.xz
mullvadvpn-d5c8c38f04f4c21924f2c845bdfb18f3973101a7.zip
Merge branch 'add-ubuntu-2404-repository-des-923'
-rw-r--r--ci/buildserver-config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/buildserver-config.sh b/ci/buildserver-config.sh
index 82668c640e..4420a11300 100644
--- a/ci/buildserver-config.sh
+++ b/ci/buildserver-config.sh
@@ -9,11 +9,11 @@ export CODE_SIGNING_KEY_FINGERPRINT="A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF"
# Debian codenames we support.
SUPPORTED_DEB_CODENAMES=("sid" "testing" "bookworm" "bullseye")
# Ubuntu codenames we support (latest two LTS) ...
-SUPPORTED_DEB_CODENAMES+=("jammy" "focal")
+SUPPORTED_DEB_CODENAMES+=("noble" "jammy" "focal")
# ... + latest non-LTS Ubuntu. We officially only support the latest non-LTS.
# But to not cause too much disturbance just when Ubuntu is released, we keep
# the last two codenames working in the repository.
-SUPPORTED_DEB_CODENAMES+=("lunar" "mantic")
+SUPPORTED_DEB_CODENAMES+=("mantic")
export SUPPORTED_DEB_CODENAMES
export SUPPORTED_RPM_ARCHITECTURES=("x86_64" "aarch64")