Skip to content

Commit 473c247

Browse files
committed
Add explicit pkg-latest variant to build config
1 parent 8f436c6 commit 473c247

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.daemonless/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ cit:
66
health: /ping
77
annotations:
88
- org.freebsd.jail.allow.mlock=true
9+
10+
build:
11+
variants:
12+
- tag: latest
13+
containerfile: Containerfile
14+
default: true
15+
- tag: pkg
16+
containerfile: Containerfile.pkg
17+
- tag: pkg-latest
18+
containerfile: Containerfile.pkg
19+
args:
20+
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 sonarr
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)