Skip to content

Commit

Permalink
fix: hide jammy suite
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Feb 4, 2024
1 parent 90deb0d commit 5e6dcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbuild
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ get_supported_suites() {
shift
done

local SUITES=("bullseye" "jammy")
local SUITES=("bullseye")
echo "${SUITES[@]}"
}

Expand Down Expand Up @@ -571,7 +571,7 @@ main() {
i="$(basename "$i")"
BOARDS+=("${i%.conf}")
done
SUITES+=("focal" "buster" "bookworm")
SUITES+=("focal" "jammy" "buster" "bookworm")
for i in "$SCRIPT_DIR"/common/flavors/.*.yaml
do
i="$(basename "$i")"
Expand Down

0 comments on commit 5e6dcc4

Please sign in to comment.