Skip to content

Commit fddaede

Browse files
committed
Jenkinsfile: add build of aarch64 wheels
1 parent af15e0e commit fddaede

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ pipeline {
5555
}
5656
}
5757

58+
stage('Manylinux2014-aarch64 wheels') {
59+
steps {
60+
sh '''
61+
docker run --init --rm -v $(pwd):/workdir -w /workdir adlinktech/manylinux2014-aarch64-rust-nightly maturin build --release --manylinux 2014
62+
'''
63+
}
64+
}
65+
5866
stage('Deploy to download.eclipse.org') {
5967
steps {
6068
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {

0 commit comments

Comments
 (0)