poprawki w drone, iconv fix, net-snmp fix
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -11,8 +11,12 @@ steps:
|
||||
from_secret: hub_password
|
||||
repo:
|
||||
from_secret: hub_repo
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
build_args:
|
||||
- PHP_VERSION=8.1-fpm-alpine3.15
|
||||
- PHP_VERSION=8.1-fpm-alpine3.16
|
||||
tags: 8.1-alpine
|
||||
when:
|
||||
branch:
|
||||
@@ -28,8 +32,12 @@ steps:
|
||||
from_secret: hub_password
|
||||
repo:
|
||||
from_secret: hub_repo
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
build_args:
|
||||
- PHP_VERSION=8.0-fpm-alpine3.15
|
||||
- PHP_VERSION=8.0-fpm-alpine3.16
|
||||
tags: 8.0-alpine
|
||||
when:
|
||||
branch:
|
||||
@@ -45,8 +53,12 @@ steps:
|
||||
from_secret: hub_password
|
||||
repo:
|
||||
from_secret: hub_repo
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
build_args:
|
||||
- PHP_VERSION=7.4-fpm-alpine3.15
|
||||
- PHP_VERSION=7.4-fpm-alpine3.16
|
||||
tags: 7.4-alpine
|
||||
when:
|
||||
branch:
|
||||
|
Reference in New Issue
Block a user