feat: ARM64 support for Node.js

resolves #10
This commit is contained in:
Alex
2021-10-22 15:24:42 +03:00
parent b24985022a
commit 8ba8f2f811
6 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:14-buster-slim
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"