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

[BUG] Fail to build docker image (maybe add suport for arm64?) #219

Open
otomay opened this issue Dec 28, 2023 · 5 comments
Open

[BUG] Fail to build docker image (maybe add suport for arm64?) #219

otomay opened this issue Dec 28, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@otomay
Copy link

otomay commented Dec 28, 2023

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:

  1. git clone https://github.com/snuffyDev/Beatbump && cd Beatbump
  2. docker compose up
  3. error

Expected behavior
Image build

Desktop (please complete the following information):

  • OS: ubuntu 22.04 arm64
@otomay otomay added the bug Something isn't working label Dec 28, 2023
@martadinata666
Copy link

@otomay
Copy link
Author

otomay commented Dec 29, 2023

@martadinata666 idk what should I do with it c: I read but didn't understand

@martadinata666
Copy link

Change

FROM denoland/deno:1.18.1

FROM denoland/deno:1.18.1 to FROM lukechannings/deno:v1.31.1

@otomay
Copy link
Author

otomay commented Dec 31, 2023

@martadinata666 yup, worked :D thanksss

should I close the issue?

@k2m5t2
Copy link

k2m5t2 commented Apr 19, 2024

Let's make a PR and then close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants