feat: ARM64 support for Python

This commit is contained in:
Alex
2021-10-22 15:30:43 +03:00
parent 8ba8f2f811
commit 7b66879352
6 changed files with 8 additions and 6 deletions

View File

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