Skip to content

Commit d856e69

Browse files
committed
Add explicit pkg-latest variant to build config
1 parent 29e8d46 commit d856e69

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.daemonless/config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ cit:
55
wait: 60
66
build:
77
pkg_name: nextcloud-php83
8+
variants:
9+
- tag: pkg
10+
containerfile: Containerfile.pkg
11+
aliases: ["latest"]
12+
default: true
13+
- tag: pkg-latest
14+
containerfile: Containerfile.pkg
15+
args:
16+
BASE_VERSION: "15-latest"

.woodpecker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Woodpecker CI configuration (Simplified)
1+
# Woodpecker CI configuration (dbuild pipeline)
22
steps:
33
- name: build
44
image: /bin/sh
@@ -8,8 +8,8 @@ steps:
88
GITHUB_ACTOR:
99
from_secret: GITHUB_USER
1010
commands:
11-
- fetch -qo woodpecker-build.sh "https://raw.githubusercontent.com/daemonless/daemonless/main/scripts/woodpecker-build.sh"
12-
- sh woodpecker-build.sh nextcloud
11+
- fetch -qo dbuild-ci.sh "https://raw.githubusercontent.com/daemonless/dbuild/v2/dbuild-ci.sh"
12+
- sh dbuild-ci.sh
1313

1414
when:
1515
- event: push

0 commit comments

Comments
 (0)