-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exec format error on arm64 and arm/v7 #106
Comments
v. 1.4.7. |
+bump |
I'm still facing this issue with aarch64 |
Same here. Doesn't run unfortunately on a Raspberry Pi 4 |
I had the same problem and discovered three issues:
Correcting the script and always loading the 'arm' architetcure for all arm variants worked for me. Modified script below: set -eo pipefail if [[ -n "$1" ]]; then case $(uname -m) in URL="https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-${ARCH}.tar.gz" |
I'm still getting this error - is anyone interested in forking this project if its not being fixed here? |
bump … still not working on a new Rasberry Pi |
I start the container with the following docker-compose.yml:
This leads to the following startup log:
It seems to be related to >>this<< issue but i tried this on two independent rasperry pis - one with arch linux 32 bit and one with arch linux 64 bit. On both the error occurs.
The text was updated successfully, but these errors were encountered: