Skip to content

Commit

Permalink
scripts: autobuild: Build for styhead branch
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Barker <[email protected]>
  • Loading branch information
pbrkr committed Oct 22, 2024
1 parent 803cc3b commit db4e443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,17 @@ class BuildSet:
BUILDSETS = {
# Core sets
"default": BuildSet(
releases=("kirkstone", "scarthgap", "master"),
releases=("kirkstone", "scarthgap", "styhead", "master"),
machines=("qemux86-64", "qemuarm64", "qemuriscv64", "qemux86", "qemuarm"),
kernels=("4.19", "5.4", "5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
"rv32": BuildSet(
releases=("kirkstone", "scarthgap", "master"),
releases=("kirkstone", "scarthgap", "styhead", "master"),
machines=("qemuriscv32",),
kernels=("5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
"rpi": BuildSet(
releases=("kirkstone", "scarthgap", "master"),
releases=("kirkstone", "scarthgap", "styhead", "master"),
machines=("raspberrypi4", "raspberrypi4-64"),
kernels=("5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
Expand Down

0 comments on commit db4e443

Please sign in to comment.