Enable manifests support

This commit is contained in:
Mark Schmitt 2020-12-22 13:42:21 +01:00
parent 162626209c
commit e8ea373eb2

View File

@ -91,6 +91,8 @@ jobs:
# travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short # travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
- travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 . - travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 .
- docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 - docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7
env:
- DOCKER_CLI_EXPERIMENTAL=enabled # required for manifest support
on: on:
condition: '"${BUILD_DOCKER}" = 1' condition: '"${BUILD_DOCKER}" = 1'