Skip to content

Commit

Permalink
try new qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed May 28, 2024
1 parent fee57a2 commit 36acb56
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,25 @@ jobs:
lisp: sbcl-bin/2.0.0
target: x86
linkflags: -lrt
- image: 'glibc2.19-sbcl2.0.0'
docker-platform: 'linux/arm64'
docker-image-suffix: 'aarch64'
lisp: sbcl-bin/2.2.0
target: arm64
- image: 'musl1.2.2-sbcl2.0.5'
docker-platform: 'linux/arm64'
docker-image-suffix: 'aarch64'
lisp: sbcl-bin/2.2.0
target: arm64

environment: SET_VERSION

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5
- name: setenv
run: |
echo "$HOME/.roswell/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 36acb56

Please sign in to comment.