-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Description
Issue Summary
I'm trying to run redash on a Raspberry Pi 4B.
From the existing topics I could find it seems like this should be supported:
- https://discuss.redash.io/t/arm64-support-in-the-docker-images/3480/8
- redash/redash:10.1.0.b50633 docker image fails to run on aarch64 #5684
- Fix hard-coding of amd64 platform, make ARM build work. #5687
But I must be doing something wrong as I still can't seem to get it to work:
standard_init_linux.go:228: exec user process caused: exec format error
Steps to Reproduce
# docker run --rm redash/redash:preview
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error
Technical details:
- Redash Version:
preview
docker hub tag - Browser/OS: Ubuntu 20.04.4 LTS
- How did you install Redash: docker
mogopz, fliplafe, bomwo, junhodo, yasuno0327 and 4 more