mcmaur opened a new issue #323: URL: https://github.com/apache/openwhisk-devtools/issues/323
Hi, I followed this steps on my Raspberry Pi 4 Model B 8GB ram: ``` git clone https://github.com/apache/incubator-openwhisk-devtools.git cd incubator-openwhisk-devtools/docker-compose make quick-start ``` During the procedure it is stuck after "pinging minio..." and it continues on printing dot. I analyzed the makefile and found out and it makes a call to the followind url `curl --silent http://$(DOCKER_HOST_IP):9001/ ` I then found out that the container "minio" was not running. I tried to run it manually but it stops with an error: `standard_init_linux.go:211: exec user process caused "exec format error"` Is this procedure compatible with armv8? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
