1
0
Fork 0
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:
Bertrand Roussel 2019-10-06 10:25:19 -07:00
parent ed2f50f8cd
commit bef0aca449

2
Jenkinsfile vendored
View file

@ -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} .
'''
}
}