fix(release): install qemu to use docker arm64 platform (#650)
This commit is contained in:
parent
b757b1971e
commit
80e4ce31b0
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -101,6 +101,7 @@ jobs:
|
|||||||
- name: Build all crates with glibc 2.17 # for glibc 2.17
|
- name: Build all crates with glibc 2.17 # for glibc 2.17
|
||||||
if: ${{ matrix.config.os_name == 'linux' }}
|
if: ${{ matrix.config.os_name == 'linux' }}
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install -y qemu qemu-user-static
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
-v $(pwd):/workspace \
|
-v $(pwd):/workspace \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user