Skip to content
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

The docker sample only supports amd64, not arm64 #3

Open
mochechan opened this issue Nov 30, 2022 · 0 comments
Open

The docker sample only supports amd64, not arm64 #3

mochechan opened this issue Nov 30, 2022 · 0 comments

Comments

@mochechan
Copy link

When trying to do docker build, the following errors show.

Sending build context to Docker daemon  125.4kB
Step 1/9 : FROM lganzzzo/alpine-cmake:latest
 ---> da855beef942
Step 2/9 : ADD . /service
 ---> 45872300ffdc
Step 3/9 : WORKDIR /service/utility
 ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in c0f95febd542
Removing intermediate container c0f95febd542
 ---> 52637d5a0fac
Step 4/9 : RUN ./install-oatpp-modules.sh
 ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in a352194e33a0
exec /bin/sh: exec format error
The command '/bin/sh -c ./install-oatpp-modules.sh' returned a non-zero code: 1
Unable to find image 'example-async-api:latest' locally
docker: Error response from daemon: pull access denied for example-async-api, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Is it possible to support arm64 or another platform too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant