From 649541ce8c526e3c1c2c12ab5653353e7d5b86b5 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 2 Nov 2022 15:00:13 -0400 Subject: [PATCH] change FROM platform --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c987e1..3e8028a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/armv8 rockylinux/rockylinux:8.6 +FROM --platform=$TARGETPLATFORM rockylinux:8 ######################## ### VERSION SETTINGS ###