mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #210] Unable to build docker image for arm machine #158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rahul1996pp on GitHub (May 18, 2022).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/210
I am getting the error that was shown in the above image i want to build image in arm machine
@dheeraj-rn commented on GitHub (Sep 8, 2022):
Try using arm64v8/node:14-alpine instead of node:14-alpine to build the image.