
18 Dec
2024
18 Dec
'24
4:08 p.m.
I have one of these boards with Armbian_22.02.2_Rockpro64_bullseye loaded. Add an entry for it so that it can be used for testing.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61563c87ea6..c620cfd1e34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -705,3 +705,8 @@ colibrimx8: variables: ROLE: colibrimx8 <<: *lab_dfn + +rockpro64: + variables: + ROLE: rockpro64 + <<: *lab_dfn
--
2.34.1