feat: debian 11 support (#1292)

* Debian 11 Support

Run api ci test on bullseye as well

* Silan does not work for mp3 on bullseye

* Liquisoap does not fail with wma files on bullseye
This commit is contained in:
Jonas L 2021-11-09 10:21:40 +01:00 committed by GitHub
parent 452dd64970
commit 4057c88cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 77 additions and 49 deletions

View file

@ -145,11 +145,15 @@ jobs:
strategy:
fail-fast: false
matrix:
context: [analyzer, api_client]
context:
- analyzer
- api_client
release:
- bionic
- buster
- bullseye
- bionic
- focal
container: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
defaults:
run:
@ -174,11 +178,14 @@ jobs:
strategy:
fail-fast: false
matrix:
context: [api]
context:
- api
release:
- bionic
- buster
- bullseye
- bionic
- focal
services:
postgres:
image: postgres