disable 7.2 and 7.3 builds
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aleksander Cynarski 2022-06-17 16:11:56 +02:00
parent 0dc61f902f
commit 1e5bf6b002
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -65,47 +65,47 @@ steps:
- master
depends_on: [ clone ]
- name: php7.3
image: thegeeklab/drone-docker-buildx
settings:
username:
from_secret: hub_username
password:
from_secret: hub_password
repo:
from_secret: hub_repo
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
build_args:
- PHP_VERSION=7.3-fpm-alpine3.13
tags: 7.3-alpine
when:
branch:
- master
depends_on: [ clone ]
# - name: php7.3
# image: thegeeklab/drone-docker-buildx
# settings:
# username:
# from_secret: hub_username
# password:
# from_secret: hub_password
# repo:
# from_secret: hub_repo
# platforms:
# - linux/amd64
# - linux/arm64
# - linux/arm/v7
# build_args:
# - PHP_VERSION=7.3-fpm-alpine3.13
# tags: 7.3-alpine
# when:
# branch:
# - master
# depends_on: [ clone ]
- name: php7.2
image: thegeeklab/drone-docker-buildx
settings:
username:
from_secret: hub_username
password:
from_secret: hub_password
repo:
from_secret: hub_repo
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
build_args:
- PHP_VERSION=7.2-fpm-alpine3.12
tags: 7.2-alpine
when:
branch:
- master
depends_on: [ clone ]
# - name: php7.2
# image: thegeeklab/drone-docker-buildx
# settings:
# username:
# from_secret: hub_username
# password:
# from_secret: hub_password
# repo:
# from_secret: hub_repo
# platforms:
# - linux/amd64
# - linux/arm64
# - linux/arm/v7
# build_args:
# - PHP_VERSION=7.2-fpm-alpine3.12
# tags: 7.2-alpine
# when:
# branch:
# - master
# depends_on: [ clone ]
node: