Cross-compile for the riscv64 architecture in the Jenkinsfile
This commit is contained in:
parent
b5697bf0a8
commit
52474d6521
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user