disable build for dendrite, update image
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful

This commit is contained in:
leafee98 2023-04-13 13:14:18 +08:00
parent 14dadd779f
commit e15d6e89f3
3 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pipeline:
bin-pack:
image: debian-pack:0.1
image: debian-pack:0.3
secrets:
- WEBDAV_USER
- WEBDAV_PASS

View file

@ -1,16 +1,16 @@
pipeline:
dendrite:
image: golang
secrets:
- WEBDAV_USER
- WEBDAV_PASS
- WEBDAV_HOST
- WEBDAV_REPOPATH
commands:
- ./script/build_single.sh dendrite
#dendrite:
# image: golang
# secrets:
# - WEBDAV_USER
# - WEBDAV_PASS
# - WEBDAV_HOST
# - WEBDAV_REPOPATH
# commands:
# - ./script/build_single.sh dendrite
static-deployer-git:
image: debian-pack:0.1
image: debian-pack:0.3
secrets:
- WEBDAV_USER
- WEBDAV_PASS

View file

@ -1,6 +1,6 @@
FROM debian:bullseye-slim
RUN apt update && \
apt install --yes curl ca-certificates && \
apt install --yes curl fakeroot ca-certificates gettext git binutils xz-utils bzip2 zstd unzip && \
apt clean && \
rm -rf /var/lib/apt/lists/*