I have one of these boards loaded with Ubuntu 24.10 (64-bit). Add an entry for it so that it can be used for testing.
Signed-off-by: Simon Glass <[email protected]> --- Changes in v2: - Rename the board to vf2 - Add a comment about what the board is .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffcf8532944..a17c1b0a366 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -696,3 +696,9 @@ rpi: variables: ROLE: rpi <<: *lab_dfn + +# StarFive VisionFive 2 +vf2: + variables: + ROLE: vf2 + <<: *lab_dfn -- 2.34.1

