Going back to single travis job for docker image building

This commit is contained in:
Alejandro Celaya
2020-05-16 22:01:20 +02:00
parent 3c3a30cc0e
commit 17f3897746
2 changed files with 6 additions and 16 deletions

View File

@@ -7,29 +7,19 @@ branches:
- /.*/
jobs:
fast_finish: true
include:
- name: "Docker publish - linux/arm/v7"
- name: "Docker publish"
php: '7.4'
if: NOT type = pull_request
env:
- DOCKER_PUBLISH="true"
- PLATFORM="linux/arm/v7"
- name: "Docker publish - linux/arm64/v8"
php: '7.4'
if: NOT type = pull_request
env:
- DOCKER_PUBLISH="true"
- PLATFORM="linux/arm64/v8"
- name: "Docker publish - linux/amd64"
php: '7.4'
if: NOT type = pull_request
env:
- DOCKER_PUBLISH="true"
- PLATFORM="linux/amd64"
- name: "CI"
php: '7.4'
env:
- DOCKER_PUBLISH="false"
allow_failures:
- name: "Docker publish"
services:
- docker