diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-05-10 09:26:47 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-05-10 09:30:18 +0200 |
| commit | 979634ff3e742dfcf3cb7dcc3007187679db3208 (patch) | |
| tree | beb81853fcd30362356608c7d29c94b09ff9ca51 /ci | |
| parent | 9869614e08caa819a36877633ccc0bf981f29c76 (diff) | |
| download | mullvadvpn-979634ff3e742dfcf3cb7dcc3007187679db3208.tar.xz mullvadvpn-979634ff3e742dfcf3cb7dcc3007187679db3208.zip | |
Add Ubuntu 24.04 (Noble) to apt repository
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/buildserver-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/buildserver-config.sh b/ci/buildserver-config.sh index 82668c640e..d7e5ea81a0 100644 --- a/ci/buildserver-config.sh +++ b/ci/buildserver-config.sh @@ -9,7 +9,7 @@ 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. |
