Skip to content

Commit

Permalink
github: use latest release of qemu emulator (#7337)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 authored Jun 20, 2024
1 parent 970f390 commit c441d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit c441d42

Please sign in to comment.