From 8391d419593d85e0854ba168bd0be4dfad7ed2da Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 28 Dec 2020 12:20:45 -0600 Subject: [PATCH] ci: Added back --platform to FROM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index daccec0..bdcebd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM --platform=$TARGETPLATFORM scratch LABEL org.opencontainers.image.authors="Geoff Bourne " LABEL org.opencontainers.image.title="mc-router"