From 079588aebce373d9762660d735e7569cf648969b Mon Sep 17 00:00:00 2001 From: VHSgunzo Date: Mon, 23 Dec 2024 15:33:43 +0300 Subject: [PATCH] Add glibc version --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12ed34b..c570162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |