Skip to content

Commit

Permalink
add missing from sbcl_bin
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 9, 2024
1 parent a16ea6a commit 5944576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
lisp: sbcl-bin/2.0.0
cc: 'cc -m32'
image: 'musl1.2.2'
docker-platform: 'linux/386'
docker-build-options: '--build-arg WRAPPER=linux32'
docker-image-suffix: 'x86'
- suffix: -static
Expand All @@ -86,12 +87,14 @@ jobs:
lisp: sbcl-bin/2.0.0
cc: 'cc -m32'
image: 'musl1.2.2'
docker-platform: 'linux/386'
docker-build-options: '--build-arg WRAPPER=linux32'
docker-image-suffix: 'x86'
- suffix: -musl1.1
target: x86
lisp: sbcl-bin/2.0.0
cc: cc
image: 'musl1.1.24'
docker-platform: 'linux/386'
docker-build-options: '--build-arg WRAPPER=linux32'
docker-image-suffix: 'x86'
Expand Down

0 comments on commit 5944576

Please sign in to comment.