Compare commits

..

2 commits

Author SHA1 Message Date
leafee98 05aaa8fb52 add workflow to build packages
Some checks failed
ci/woodpecker/push/build_bin Pipeline failed
ci/woodpecker/push/build_other Pipeline failed
2023-04-13 11:50:01 +08:00
leafee98 0a69faf187 add gitignore 2023-04-13 11:36:31 +08:00
3 changed files with 35 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
/**/*.tar
/**/*.gz
/**/*.xz
/**/*.zstd
/**/*.zip
/**/*.rar
/**/*.deb
/*/src
/*/pkg

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