File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cit :
22 port : 2000
3+
4+ build :
5+ variants :
6+ - tag : pkg
7+ containerfile : Containerfile.pkg
8+ aliases : ["latest"]
9+ default : true
10+ - tag : pkg-latest
11+ containerfile : Containerfile.pkg
12+ args :
13+ BASE_VERSION : " 15-latest"
Original file line number Diff line number Diff line change 1- # Woodpecker CI configuration (Simplified )
1+ # Woodpecker CI configuration (dbuild pipeline )
22steps :
33 - name : build
44 image : /bin/sh
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 cloudflared
11+ - fetch -qo dbuild-ci .sh "https://raw.githubusercontent.com/daemonless/dbuild/v2/dbuild-ci .sh"
12+ - sh dbuild-ci .sh
1313
1414when :
1515 - event : push
You can’t perform that action at this time.
0 commit comments