Skip to content

Commit

Permalink
add glibc2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 25, 2024
1 parent d7bba69 commit e5ce7bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
strategy:
fail-fast: false
matrix:
suffix: ['', '-glibc2.39', '-glibc2.31', '-glibc2.19', '-musl']
suffix: ['', '-glibc2.39', '-glibc2.31', '-glibc2.23', '-glibc2.19', '-musl']
target: ['ppc64le']
include:
- lisp: 'sbcl-bin/2.4.0'
- {target: ppc64le,docker-platform: linux/ppc64le,docker-image-suffix: ppc64le }
- {target: ppc64le,suffix: '',image: glibc2.19 }
- {suffix: '-glibc2.19',image: glibc2.19 }
- {suffix: '-glibc2.23',image: glibc2.23 }
- {suffix: '-glibc2.31',image: glibc2.31 }
- {suffix: '-glibc2.39',image: glibc2.39 }
- {suffix: '-musl',image: musl1.2.2 }
Expand Down

0 comments on commit e5ce7bd

Please sign in to comment.