add workflow to build packages
Some checks failed
ci/woodpecker/push/build_bin Pipeline failed
ci/woodpecker/push/build_other Pipeline failed

This commit is contained in:
leafee98 2023-04-13 11:50:01 +08:00
parent 0a69faf187
commit 05aaa8fb52
2 changed files with 25 additions and 0 deletions

12
.woodpecker/build_bin.yml Normal file
View 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

View 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