github: use latest release of qemu emulator (#7337)

This commit is contained in:
Arvind Bright 2024-06-20 16:49:48 -07:00 committed by GitHub
parent 970f390476
commit c441d42c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
if: matrix.goarch == 'arm64'
# setup qemu-user-static emulator and register it with binfmt_misc so that aarch64 binaries
# are automatically executed using qemu.
run: docker run --rm --privileged multiarch/qemu-user-static:5.2.0-2 --reset --credential yes --persistent yes
run: docker run --rm --privileged multiarch/qemu-user-static:7.2.0-1 --reset --credential yes --persistent yes
- name: Setup GRPC environment
if: matrix.grpcenv != ''