diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-05-10 09:27:23 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-05-10 09:30:18 +0200 |
| commit | 1ffbb6e4533ac404e1860d205bcf46925471ae4b (patch) | |
| tree | 72905a09fd26db83e4545d9b09b985bd1596e4a0 /ci | |
| parent | 979634ff3e742dfcf3cb7dcc3007187679db3208 (diff) | |
| download | mullvadvpn-1ffbb6e4533ac404e1860d205bcf46925471ae4b.tar.xz mullvadvpn-1ffbb6e4533ac404e1860d205bcf46925471ae4b.zip | |
Remove Ubuntu 23.04 (Lunar) from 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 d7e5ea81a0..4420a11300 100644 --- a/ci/buildserver-config.sh +++ b/ci/buildserver-config.sh @@ -13,7 +13,7 @@ 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") |
