2023-05-28 19:53:36 +02:00
|
|
|
matrix:
|
|
|
|
variant:
|
|
|
|
- "alpineedge/cli"
|
|
|
|
- "alpineedge/fpm"
|
|
|
|
- "sid/cli"
|
|
|
|
- "sid/fpm"
|
|
|
|
|
2023-05-28 22:03:50 +02:00
|
|
|
platform: linux/riscv64
|
|
|
|
|
2023-05-28 19:53:36 +02:00
|
|
|
clone:
|
|
|
|
git:
|
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
image: woodpeckerci/plugin-git:v1.5.0
|
|
|
|
settings:
|
|
|
|
depth: 1
|
|
|
|
lfs: false
|
|
|
|
recursive: false
|
|
|
|
tags: true
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
docker:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
secrets: [docker_username, docker_password]
|
|
|
|
settings:
|
|
|
|
repo: danog/php
|
|
|
|
dockerfile: "8.2/${variant}/Dockerfile"
|
|
|
|
platforms: linux/riscv64
|
|
|
|
tag: 8.2-${variant}
|
2023-05-28 22:03:50 +02:00
|
|
|
cache_from: type=registry,ref=danog/php:8.2-${variant}
|
|
|
|
cache_to: type=inline
|
2023-05-28 19:53:36 +02:00
|
|
|
when:
|
|
|
|
event:
|
2023-05-28 22:03:50 +02:00
|
|
|
- push
|