diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-12-05 10:30:02 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-12-05 15:24:48 +0100 |
| commit | d6ad72a854c80c92a949b4d17a9270fcd29cce43 (patch) | |
| tree | 38a97acee3c2b3e9976bd47427b23c40a732ae3c /ci | |
| parent | 048b80e3b71623fe4aa06b0503e6b676e5162e38 (diff) | |
| download | mullvadvpn-d6ad72a854c80c92a949b4d17a9270fcd29cce43.tar.xz mullvadvpn-d6ad72a854c80c92a949b4d17a9270fcd29cce43.zip | |
Add Ubuntu 23.10 (Mantic) to DEB repository
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/buildserver-config.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ci/buildserver-config.sh b/ci/buildserver-config.sh index 11e6cfeb82..1800eb2b79 100644 --- a/ci/buildserver-config.sh +++ b/ci/buildserver-config.sh @@ -8,8 +8,12 @@ export CODE_SIGNING_KEY_FINGERPRINT="A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF" # Debian codenames we support. SUPPORTED_DEB_CODENAMES=("sid" "testing" "bookworm" "bullseye") -# Ubuntu codenames we support (latest two LTS + latest non-LTS) -SUPPORTED_DEB_CODENAMES+=("jammy" "focal" "lunar") +# Ubuntu codenames we support (latest two LTS) ... +SUPPORTED_DEB_CODENAMES+=("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") export SUPPORTED_DEB_CODENAMES export SUPPORTED_RPM_ARCHITECTURES=("x86_64" "aarch64") |
