diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-30 23:42:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-30 23:42:36 +0300 |
commit | 6dd5deb8b7d6199d33c25eea84d0dcad56e58745 (patch) | |
tree | ab14abb75ab7b1868c06843f95db2f9838604e25 | |
parent | Makefile: refactoring (diff) | |
download | fr24feed-6dd5deb8b7d6199d33c25eea84d0dcad56e58745.tar.gz fr24feed-6dd5deb8b7d6199d33c25eea84d0dcad56e58745.zip |
Travis: only build multi-arch images on master
-rw-r--r-- | .travis.yml | 8 |
1 files 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 |