You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now utterly confused as to which of the three projects to create an issue with.
I cannot seem to install the arm64 emulator on a Linux CI host (works fine on my macOS of course). None of the hints in the other issues fixed this so far.
Trying to reset the qemu-user-static yields the same invalid argument response:
[admin@t8tstjnode10 binfmt_misc]$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
sh: write error: Invalid argument
Setting /usr/bin/qemu-arm-static as binfmt interpreter for arm
...
The text was updated successfully, but these errors were encountered:
I am coming from https://github.com/docker/buildx more specifically docker/buildx#495 as well as #1929 and #1943. Just to complete my analysis I also checked tonistiigi/binfmt#92.
I am now utterly confused as to which of the three projects to create an issue with.
I cannot seem to install the arm64 emulator on a Linux CI host (works fine on my macOS of course). None of the hints in the other issues fixed this so far.
As for my environment:
Trying to reset the
qemu-user-static
yields the same invalid argument response:The text was updated successfully, but these errors were encountered: