feat: ARM64 support for Python
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:2.7-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:2.7-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.10-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM python:3.8-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.8-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM python:3.9-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
Reference in New Issue
Block a user