diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-04-13 09:27:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-04-13 09:27:07 +0000 |
commit | b6d53211595f328c62c57a825f7de79ef805c877 (patch) | |
tree | 1b749cb091899ce6049e8cfcc4a3c0caa02cb841 /.travis.yml | |
parent | 657198e01d44c20610ea7b007dfeb7608a5996c6 (diff) | |
parent | 108be5e77a4832cd648474e4c3398fdaae9829ea (diff) |
Merge "Build Raspberry PI image via travis-ci"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 20f4dd45..1aae11ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,14 @@ jobs: - script: sudo -E bash build.sh env: - REPO="${DOCKER_USERNAME}" + - arch="arm" + - script: sudo -E bash build.sh + env: + - REPO="${DOCKER_USERNAME}" - arch="arm64" - stage: publish xtesting manifests script: > sudo manifest-tool push from-args \ - --platforms linux/amd64,linux/arm64 \ + --platforms linux/amd64,linux/arm,linux/arm64 \ --template ${DOCKER_USERNAME}/xtesting:ARCH-latest \ --target ${DOCKER_USERNAME}/xtesting:latest |