Open ccaspanello opened 1 year ago
The devtools are a bit outdated and I don't think it would work on Apple silicon. Even the core OW needs some ugly tweak to build it on Apple silicon. https://github.com/apache/openwhisk/issues/5196#issuecomment-1135909801
@ccaspanello try setting the default platform for docker, it worked for me
export DOCKER_DEFAULT_PLATFORM=linux/amd64
Running
make quick-start
is not successful. I get this error:I have seen this before with other containers when running on Apple Silicon. See: https://stackoverflow.com/a/65592942 I think something similar needs to be done.