mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
glibc2.31 not 2.3.1
This commit is contained in:
parent
77c175103f
commit
266dc81908
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
image: [musl64]
|
||||
variant: ['', '-musl', '-glibc2.3.1']
|
||||
variant: ['', '-musl', '-glibc2.31']
|
||||
target: ['x86-64', 'arm64', 'riscv64']
|
||||
include:
|
||||
# set default docker platform and image suffix.
|
||||
|
|
|
|||
Loading…
Reference in a new issue