Try pipewire-jack
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-01-06 21:45:12 +01:00
parent 27d62d1b09
commit 550faebcd9
2 changed files with 55 additions and 0 deletions

24
.woodpecker.yaml Normal file
View File

@@ -0,0 +1,24 @@
when:
event:
- push
steps:
- name: Push pipewire-jack-library
image: gitea.badhouseplants.net/badhouseplants/container-builder:latest
environment:
CONAN_PASSWORD:
from_secret: GITEA_PACKAGE_TOKEN
CONAN_LOGIN_USERNAME: devops-bot
commands:
- conan build pipewire-jack-devel
- conan create pipewire-jack-devel
- conan remote add gitea https://gitea.badhouseplants.net/api/packages/badhouseplants/conan
- conan remote auth gitea
- conan upload --remote=gitea "${CI_REPO_NAME}"
backend_options:
kubernetes:
resources:
requests:
memory: 700Mi
cpu: 1000m
limits:
cpu: 1000m