Run on armv7hl agent

Although Podman can run containers from other architectures (i.e.
arm32v7 on aarch64), this does not allow building binaries for that
architecture.  As such, to build armv7hl binaries, the job must run on
an armv7hl agent.
master
Dustin 2020-03-28 16:14:03 -05:00
parent 097c835e0b
commit ce8d1c3e72
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
label 'arm'
label 'armv7hl'
filename 'Containerfile'
args '-u 0:0 -v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro'