Cross-compile for the riscv64 architecture in the Jenkinsfile

This commit is contained in:
Username404-59 2021-09-02 01:10:47 +02:00
parent b5697bf0a8
commit 52474d6521
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

1
Jenkinsfile vendored
View File

@ -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') {