From b73d9f4839cb44cfac368e7f2311feeb1cf842ed Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Wed, 5 Apr 2023 16:02:14 +0200 Subject: [PATCH] disable 7.2 --- .drone.yml | 40 +++++++++++++-------------- docker/usr/local/bin/php_configure.sh | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index cc389a5..525ee73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,26 +86,26 @@ steps: # - 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: diff --git a/docker/usr/local/bin/php_configure.sh b/docker/usr/local/bin/php_configure.sh index bf5e1ee..78c97f9 100755 --- a/docker/usr/local/bin/php_configure.sh +++ b/docker/usr/local/bin/php_configure.sh @@ -15,7 +15,7 @@ PHP_MODULES=( "intl" "ldap" "mbstring" - "opcache" + "opcache" "pcntl" "pdo" "pdo_mysql"