diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-12-05 15:25:18 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-12-05 15:25:18 +0100 |
| commit | dfd6436010b1eeebb5a33812f3a8055aa4ad6323 (patch) | |
| tree | 38a97acee3c2b3e9976bd47427b23c40a732ae3c | |
| parent | 048b80e3b71623fe4aa06b0503e6b676e5162e38 (diff) | |
| parent | d6ad72a854c80c92a949b4d17a9270fcd29cce43 (diff) | |
| download | mullvadvpn-dfd6436010b1eeebb5a33812f3a8055aa4ad6323.tar.xz mullvadvpn-dfd6436010b1eeebb5a33812f3a8055aa4ad6323.zip | |
Merge branch 'add-mantic-to-deb-repository-des-498'
| -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") |
