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
parent
097c835e0b
commit
ce8d1c3e72
|
@ -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'
|
||||
|
||||
|
|
Reference in New Issue