Update 'Jenkinsfile'
This commit is contained in:
parent
236298fa32
commit
bba38e35d9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -30,6 +30,9 @@ pipeline{
|
||||
stage('Build') {
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/ci-image")
|
||||
cd $WORKSPACE
|
||||
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
|
||||
docker buildx build \
|
||||
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
||||
|
Loading…
Reference in New Issue
Block a user