This commit is contained in:
Daniil Gentili 2023-05-28 22:03:50 +02:00
parent d41cb8e869
commit b6c4e516c9
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 5 additions and 44 deletions

View File

@ -1,41 +0,0 @@
clone:
git:
when:
event:
- push
image: woodpeckerci/plugin-git:v1.5.0
settings:
depth: 1
lfs: false
recursive: false
tags: true
pipeline:
docker-latest:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: danog/madelineproto
dockerfile: "8.2/sid/cli/Dockerfile"
platforms: linux/riscv64
tag: latest
when:
event:
- push
platform: linux/riscv64
docker-latest-8.2:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: danog/madelineproto
dockerfile: "8.2/sid/cli/Dockerfile"
platforms: linux/riscv64
tag: 8.2
when:
event:
- push
platform: linux/riscv64
depends_on:
- variants

View File

@ -5,12 +5,13 @@ matrix:
- "sid/cli"
- "sid/fpm"
platform: linux/riscv64
clone:
git:
when:
event:
- push
platform: linux/riscv64
image: woodpeckerci/plugin-git:v1.5.0
settings:
depth: 1
@ -27,7 +28,8 @@ pipeline:
dockerfile: "8.2/${variant}/Dockerfile"
platforms: linux/riscv64
tag: 8.2-${variant}
cache_from: type=registry,ref=danog/php:8.2-${variant}
cache_to: type=inline
when:
event:
- push
platform: linux/riscv64
- push