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
$ docker run --rm interchainio/simapp:v0.47.1
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
$ docker run --rm interchainio/simapp:v0.47.1 simd version
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
on an ARM mac, I get x86_64 related errors. This is strange because there is an ARM and an x86 build on DockerHub and I have the native (ARM) image locally.
This smells like there is an x86_64 binary in the ARM image again.
Version
v0.47.1
Steps to Reproduce
Run the commands from above on a M1 Mac
The text was updated successfully, but these errors were encountered:
Summary of Bug
When I run
on an ARM mac, I get x86_64 related errors. This is strange because there is an ARM and an x86 build on DockerHub and I have the native (ARM) image locally.
This smells like there is an x86_64 binary in the ARM image again.
Version
v0.47.1
Steps to Reproduce
Run the commands from above on a M1 Mac
The text was updated successfully, but these errors were encountered: