-
Notifications
You must be signed in to change notification settings - Fork 76
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
arm64 支持 #22
Comments
请贴一下你宿主机 |
Linux mainserver 5.13.0-1030-oracle #35~20.04.1-Ubuntu SMP Wed May 25 23:19:48 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux |
arm暂时还是不可用的,因为prisma当时无法在arm设备上运行( |
试过了,确实amd64就可以,arm就不行,虽然有提供的arm镜像,自己加那些包也不行。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#docker logs -f q2tg
Prisma schema loaded from prisma/schema.prisma
Error: Unable to require(
/app/node_modules/@prisma/engines/libquery_engine-linux-arm64-openssl-1.1.x.so.node
)Error relocating /app/node_modules/@prisma/engines/libquery_engine-linux-arm64-openssl-1.1.x.so.node: __res_init: symbol not found
Prisma schema loaded from prisma/schema.prisma
Error: Unable to require(
/app/node_modules/@prisma/engines/libquery_engine-linux-arm64-openssl-1.1.x.so.node
)Error relocating /app/node_modules/@prisma/engines/libquery_engine-linux-arm64-openssl-1.1.x.so.node: __res_init: symbol not found
#my dockerfile:
cat q2tg/dockerfile
FROM ghcr.io/clansty/q2tg:raincandy
RUN apk add --no-cache openssl libc6-compat
#my compose file:
q2tg:
build: ./q2tg
#image: ghcr.io/clansty/q2tg:raincandy
#image: ghcr.io/clansty/q2tg:sha-aacc155@sha256:719cbf06b0eca6be04c7b8e73a25528f9710a1b072582aaf631186abd5975169
container_name: q2tg
restart: unless-stopped
depends_on:
- db
volumes:
- ./q2tg/data:/app/data
environment:
- TG_API_ID=7
The text was updated successfully, but these errors were encountered: