ci: fix docker images
This commit is contained in:
parent
56799d8843
commit
5210a063ec
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -9,13 +9,13 @@ jobs:
|
||||
c_compiler: [gcc, clang]
|
||||
include:
|
||||
- c_library: glibc
|
||||
void_image: ghcr.io/void-linux/latest-full-x86_64
|
||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64
|
||||
|
||||
- c_library: musl
|
||||
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
|
||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
|
||||
|
||||
- c_library: musl
|
||||
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
|
||||
void_image: ghcr.io/void-linux/void-linux:20220530rc01-thin-x86_64-musl
|
||||
c_compiler: pcc
|
||||
extra_deps: gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user