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
1 changed files with 1 additions and 1 deletions

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