Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
dont use qemu to build
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 19, 2021
1 parent 742d5ef commit fe86560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'X86-64-MULTI'
label 'ARMHF'
}
steps {
echo "Running on node: ${NODE_NAME}"
Expand Down Expand Up @@ -475,7 +475,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'X86-64-MULTI'
label 'ARM64'
}
steps {
echo "Running on node: ${NODE_NAME}"
Expand Down
1 change: 0 additions & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: master
use_qemu: true
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'ipfs'
Expand Down

0 comments on commit fe86560

Please sign in to comment.