Skip to content

Commit

Permalink
use hardware runner for aarch64 CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jul 9, 2024
1 parent 5b0d01a commit fa49d35
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ pipeline {
steps {tascar_build_steps("bullseye && armv7 && tascardev")}
}
stage( "bullseye && aarch64 && tascardev") {
agent {
docker {
image "hoertech/docker-buildenv:tascar_aarch64-linux-gcc-10"
label "docker_qemu"
alwaysPull true
args "-v /home/u:/home/u --hostname docker"
}
}
//agent {label "bullseye && aarch64 && tascardev"}
//agent {
// docker {
// image "hoertech/docker-buildenv:tascar_aarch64-linux-gcc-10"
// label "docker_qemu"
// alwaysPull true
// args "-v /home/u:/home/u --hostname docker"
// }
//}
agent {label "bullseye && aarch64 && tascardev"}
steps {tascar_build_steps("bullseye && aarch64 && tascardev")}
}
}
Expand Down

0 comments on commit fa49d35

Please sign in to comment.