unstract
unstract copied to clipboard
fix: [ISSUE] installation issue on MacOS with ARM chip
Describe the bug
After running the command "run-platform.sh", there are errors msg like this
! worker-file-processing-callback The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s ! runner The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
To reproduce
- download the repo
- unzip and executing the command run-platform.sh
Expected behavior
web server start so that user can access from browser
Environment details
- MacOS 15.5
- Chip: Apple M4
Additional context
I already have redis installed which have the port 6379 used.
Screenshots
HI, did you happen to find a solution for this?
Facing the same issue, any tips?