mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Jenkinsfile: fix typo buidx -> buildx
Addressing a small typo noticed in commit c04ea1133d
Signed-off-by: Bertrand Roussel <broussel@sierrawireless.com>
This commit is contained in:
parent
ed2f50f8cd
commit
bef0aca449
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -502,7 +502,7 @@ pipeline {
|
|||
steps {
|
||||
sh '''
|
||||
make bundles/buildx
|
||||
bundles/buidx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
|
||||
bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue