Skip to content

Commit

Permalink
Add glibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Dec 23, 2024
1 parent dd95f44 commit 079588a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install deps
run: |
sudo sh -c 'apt update && apt install qemu-user-static -y'
docker pull tonistiigi/binfmt:latest
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
docker run --privileged --rm tonistiigi/binfmt --install all
# - name: Build x86_64 musl
# run: |
Expand Down

0 comments on commit 079588a

Please sign in to comment.