Skip to content

Commit de574f1

Browse files
committed
Add explicit pkg-latest variant to build config
1 parent 8ad0d28 commit de574f1

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

.daemonless/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
icon: ':simple-tailscale:'
22
cit:
33
mode: shell
4+
5+
build:
6+
variants:
7+
- tag: pkg
8+
containerfile: Containerfile.pkg
9+
aliases: ["latest"]
10+
default: true
11+
- tag: pkg-latest
12+
containerfile: Containerfile.pkg
13+
args:
14+
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 tailscale
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)