From 52474d65211d1c6d808b2a1ea3de00adbf69de0d Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Thu, 2 Sep 2021 01:10:47 +0200 Subject: [PATCH] Cross-compile for the riscv64 architecture in the Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index af8cf3d..489eace 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,6 +30,7 @@ pipeline { // Multi-branch pipeline script for Yerbacon. buildTarget('arm-linux-gnueabi', 'armv4l', 'armel') buildTarget('arm-linux-gnueabihf', 'armv7hl', 'armhf') buildTarget('aarch64-linux-gnu', 'aarch64', 'arm64', false) + buildTarget('riscv64-linux-gnu', 'riscv64', 'riscv64') } } stage('Build for other platforms') {