ci: add alpine tests

I plan to package CDBA in alpine, as it uses musl libc it is a lot
easier for things to break there. Add alpine latest edge and stable
build tests to catch these.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly
2023-10-19 23:57:27 +01:00
parent ba8fa6e300
commit 67f2d38308
2 changed files with 31 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ jobs:
family: [x86-64]
compiler: [gcc, clang]
container:
- alpine:edge
- alpine:latest
- archlinux:latest
- debian:testing
- debian:stable