This commit is contained in:
parent
cf9f35aeed
commit
b73d9f4839
40
.drone.yml
40
.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:
|
||||
|
@ -15,7 +15,7 @@ PHP_MODULES=(
|
||||
"intl"
|
||||
"ldap"
|
||||
"mbstring"
|
||||
"opcache"
|
||||
"opcache"
|
||||
"pcntl"
|
||||
"pdo"
|
||||
"pdo_mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user