Attempt to make source images multi-platform compatiable
This commit is contained in:
parent
02afffc9f1
commit
e6edbe3471
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue