From 6dd5deb8b7d6199d33c25eea84d0dcad56e58745 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 30 Jan 2020 23:42:36 +0300 Subject: Travis: only build multi-arch images on master --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce0d31a..80f2bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,14 @@ install: - sudo systemctl restart docker jobs: + fast_finish: true + include: - name: Build native images script: make docker/build - name: Build native images using Compose script: sudo make compose/install && make compose/build - - name: Build multi-arch images - if: branch != master - script: make buildx/create && make buildx/build - - name: Build & publish multi-arch images + - stage: deploy + name: Build & publish multi-arch images if: branch = master script: make login && make buildx/create && make buildx/push -- cgit v1.2.3