Skip to content

Commit

Permalink
Make Jenkins to build armhf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jun 11, 2017
1 parent 70504b1 commit 42ee0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ node('docker && linux-build') {
sh '''#!/bin/bash
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
make -j4
make -j4 BUILD_ARCH=armhf
'''
}

Expand Down

0 comments on commit 42ee0ec

Please sign in to comment.