fix(release): install qemu to use docker arm64 platform (#650)

This commit is contained in:
yetone 2024-09-27 01:15:22 +08:00 committed by GitHub
parent b757b1971e
commit 80e4ce31b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,7 @@ jobs:
- name: Build all crates with glibc 2.17 # for glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }}
run: |
apt-get install -y qemu qemu-user-static
docker run \
--rm \
-v $(pwd):/workspace \