add workflow to build packages
This commit is contained in:
parent
0a69faf187
commit
05aaa8fb52
12
.woodpecker/build_bin.yml
Normal file
12
.woodpecker/build_bin.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
pipeline:
|
||||
bin-pack:
|
||||
image: debian:stable-slim
|
||||
commands:
|
||||
- source script/build_single.sh
|
||||
- build_single ${BIN_PACK}
|
||||
|
||||
matrix:
|
||||
BIN_PACK:
|
||||
- dufs-bin
|
||||
- filebrowser-bin
|
||||
- forgejo-bin
|
13
.woodpecker/build_other.yml
Normal file
13
.woodpecker/build_other.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
pipeline:
|
||||
dendrite:
|
||||
image: golang
|
||||
commands:
|
||||
- source script/build_single.sh
|
||||
- build_single dendrite
|
||||
|
||||
static-deployer-git:
|
||||
image: debian:stable-slim
|
||||
commands:
|
||||
- source script/build_single.sh
|
||||
- build_single static-deployer-git
|
||||
|
Loading…
Reference in a new issue