diff --git a/Jenkinsfile b/Jenkinsfile index 36a1231..2574bd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,8 @@ pipeline { // Multi-branch pipeline script for Yerbacon. sh 'strip ./cmake-build-release/ybcon' cpack installation: 'Main', workingDir: 'cmake-build-release' buildTarget('arm-linux-gnueabi', 'armv4l', 'armel') + buildTarget('arm-linux-gnueabihf', 'armv7hl', 'armhf') + buildTarget('aarch64-linux-gnu', 'aarch64', 'arm64') } } stage('Build for other platforms') {