We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
=> ERROR [proxy 4/4] RUN deno cache --reload --lock=lock.json index.ts 5.1s ------ > [proxy 4/4] RUN deno cache --reload --lock=lock.json index.ts: 0.491 exec /bin/sh: exec format error ------ failed to solve: process "/bin/sh -c deno cache --reload --lock=lock.json index.ts" did not complete successfully: exit code: 1
To Reproduce Steps to reproduce the behavior:
Expected behavior Image build
Desktop (please complete the following information):
arm64
The text was updated successfully, but these errors were encountered:
Take deno arm64 from here https://github.com/LukeChannings/deno-arm64
https://hub.docker.com/r/lukechannings/deno
Sorry, something went wrong.
@martadinata666 idk what should I do with it c: I read but didn't understand
Change
Beatbump/packages/proxy-server/deno/Dockerfile
Line 1 in d00ed3e
FROM denoland/deno:1.18.1 to FROM lukechannings/deno:v1.31.1
FROM denoland/deno:1.18.1
FROM lukechannings/deno:v1.31.1
@martadinata666 yup, worked :D thanksss
should I close the issue?
Let's make a PR and then close it.
snuffyDev
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Image build
Desktop (please complete the following information):
arm64
The text was updated successfully, but these errors were encountered: