From 8c19bf2f9bf2f180d0e996d9d1924d5e7048a464 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Tue, 18 Oct 2022 19:57:43 +0200 Subject: [PATCH] CI: add riscv64 (MR 3566) Now that we have the cross compilers in place, make the CI build riscv64 as well. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce3e34b5a..6aa70c72f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,3 +171,6 @@ build-armv7: build-armhf: extends: .build + +build-riscv64: + extends: .build