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
Linux 92475282fbe3 5.15.68.1-microsoft-standard-WSL2 #1 SMP Mon Sep 19 19:14:52 UTC 2022 x86_64 Linux
What steps will reproduce the bug?
Build a simple Dockerfile and run it:
FROM jarredsumner/bun:0.2.0
CMD ["bun", "--version"]
docker build . -t bun --no-cache
docker run -it bun sh
/ # bun --version
Illegal instruction
How often does it reproduce? Is there a required condition?
I'm pretty sure it's the same issue as #733 where my CPU doesn't support AVX2, but that issue was marked as resolved and I can run Bun outside of Docker (but in WSL) on my machine without issues. So perhaps the Docker image is built with forced AVX2 support?
What is the expected behavior?
It should work
What do you see instead?
Illegal instruction
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
0.2.0
Platform
Linux 92475282fbe3 5.15.68.1-microsoft-standard-WSL2 #1 SMP Mon Sep 19 19:14:52 UTC 2022 x86_64 Linux
What steps will reproduce the bug?
Build a simple Dockerfile and run it:
How often does it reproduce? Is there a required condition?
I'm pretty sure it's the same issue as #733 where my CPU doesn't support AVX2, but that issue was marked as resolved and I can run Bun outside of Docker (but in WSL) on my machine without issues. So perhaps the Docker image is built with forced AVX2 support?
What is the expected behavior?
It should work
What do you see instead?
Illegal instruction
Additional information
No response
The text was updated successfully, but these errors were encountered: