Skip to content

Commit

Permalink
Add oracular to list of ubuntu versions to generate deb repositories for
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 30, 2024
1 parent 978211c commit 5b2e94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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+=("mantic")
SUPPORTED_DEB_CODENAMES+=("oracular" "mantic")
export SUPPORTED_DEB_CODENAMES

export SUPPORTED_RPM_ARCHITECTURES=("x86_64" "aarch64")
Expand Down

0 comments on commit 5b2e94a

Please sign in to comment.