[BUG] Fail to build docker image (maybe add suport for arm64?)
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:
- git clone https://github.com/snuffyDev/Beatbump && cd Beatbump
- docker compose up
- error
Expected behavior Image build
Desktop (please complete the following information):
- OS: ubuntu 22.04
arm64
Take deno arm64 from here https://github.com/LukeChannings/deno-arm64
https://hub.docker.com/r/lukechannings/deno
@martadinata666 idk what should I do with it c: I read but didn't understand
Change https://github.com/snuffyDev/Beatbump/blob/d00ed3e10a13ec82a6a006dd02bf9548544d1ab3/packages/proxy-server/deno/Dockerfile#L1
FROM denoland/deno:1.18.1 to 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.