Browse code

Jenkinsfile: fix typo buidx -> buildx

Addressing a small typo noticed in commit c04ea1133d

Signed-off-by: Bertrand Roussel <broussel@sierrawireless.com>

Bertrand Roussel authored on 2019/10/07 02:25:19
Showing 1 changed files
... ...
@@ -502,7 +502,7 @@ pipeline {
502 502
                             steps {
503 503
                                 sh '''
504 504
                                 make bundles/buildx
505
-                                bundles/buidx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
505
+                                bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
506 506
                                 '''
507 507
                             }
508 508
                         }