From e6edbe347145fda6bebbc66678e7d8e30add6579 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 15 Dec 2020 10:45:00 -0700 Subject: [PATCH] Attempt to make source images multi-platform compatiable --- source-install/Dockerfile | 2 +- source/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source-install/Dockerfile b/source-install/Dockerfile index 1a9bbee..9128780 100644 --- a/source-install/Dockerfile +++ b/source-install/Dockerfile @@ -5,7 +5,7 @@ # https://github.com/matthewpi/images/blob/master/LICENSE.md # -FROM debian:stable-slim +FROM --platform=$BUILDPLATFORM debian:stable-slim LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" diff --git a/source/Dockerfile b/source/Dockerfile index 72da5d1..e8ec045 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -5,7 +5,7 @@ # https://github.com/matthewpi/images/blob/master/LICENSE.md # -FROM debian:stable-slim +FROM --platform=$BUILDPLATFORM debian:stable-slim LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"