From 5733684f18f06c76afccd26b5ca9659c876ae743 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 13 Apr 2019 11:59:01 +0200 Subject: [PATCH] Fix 1 typo in .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It completes the previous commit [1][2] [1] https://gerrit.opnfv.org/gerrit/#/c/67550/ [2] https://travis-ci.org/collivier/functest-xtesting/jobs/519601390 Change-Id: Ib0465d8d005ae8336f35056860aad7cd38995f34 Signed-off-by: Cédric Ollivier --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9dc60f3d..e5646bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ jobs: - stage: publish xtesting manifests script: > sudo manifest-tool push from-args \ - --platforms linux/amd64,linux,arm,linux/arm64 \ + --platforms linux/amd64,linux/arm,linux/arm64 \ --template ${DOCKER_USERNAME}/xtesting:ARCH-hunter \ --target ${DOCKER_USERNAME}/xtesting:hunter -- 2.16.6