Skip to content

Commit

Permalink
scripts: autobuild: Add scarthgap branch to rpi builds
Browse files Browse the repository at this point in the history
I'm not sure how this one got missed...

Signed-off-by: Paul Barker <[email protected]>
  • Loading branch information
pbrkr committed Sep 5, 2024
1 parent e54bfec commit c4e889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ BUILDSETS = {
kernels=("5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
"rpi": BuildSet(
releases=("kirkstone", "nanbield", "master"),
releases=("kirkstone", "nanbield", "scarthgap", "master"),
machines=("raspberrypi4", "raspberrypi4-64"),
kernels=("5.10", "5.15", "6.1", "lts", "stable", "mainline"),
),
Expand Down

0 comments on commit c4e889f

Please sign in to comment.