From 1e5bf6b002edec8bbc13e292e4f091bf0fbd8552 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Fri, 17 Jun 2022 16:11:56 +0200 Subject: [PATCH] disable 7.2 and 7.3 builds --- .drone.yml | 80 +++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64eb5f1..cc389a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: