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 just try to run an hello world script in a arm64 docker container based on the latest alpine image. docker run --rm -it --entrypoint sh oven/bun:alpine
// hello.jsconsole.log("Hello world !");
bun hello.js
What is the expected behavior?
Hello world !
What do you see instead?
error: Unexpected reading "/home/bun/app/hello.js"
Bun v1.2.3 (Linux arm64)
Additional information
This only append on arm64 os
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.3+8c4d3ff80
What platform is your computer?
Linux 4.4.302+ aarch64 unknown
What steps can reproduce the bug?
I just try to run an hello world script in a arm64 docker container based on the latest alpine image.
docker run --rm -it --entrypoint sh oven/bun:alpine
bun hello.js
What is the expected behavior?
What do you see instead?
Additional information
This only append on
arm64
osThe text was updated successfully, but these errors were encountered: