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
To add to this issue -- it seems the images are published for Arm. However, the binaries are not properly compiled for it.
Example on an M2 Mac:
8cd4c787a7e8:/cometbft# file /usr/bin/cometbft
/usr/bin/comet
62E4
bft: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=gv8CUPjCxHfuL3pYq0fa/vNmlYakmxZYB3V_TTwfY/QeRzzThD8RyAsTFlgfC1/MfAgESqIGhv8mhF1b_zu, stripped
8cd4c787a7e8:/cometbft# uname -a
Linux 8cd4c787a7e8 6.6.12-linuxkit #1 SMP Fri Jan 19 08:53:17 UTC 2024 aarch64 Linux
We can see that the compiled binary is x86-64 but the container is aarch64.
Bug Report
Developers use many kinds of computers, some of them are made by apple and use arm cpus.
Solution
Use multiplatform images so we can get a decent grip on performance in local environments.
The text was updated successfully, but these errors were encountered: