From 9956e32e05b7dba709324bbed0c7e7339bc6f8b3 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 2 Nov 2022 16:20:11 +0000 Subject: [PATCH] fix arch --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63b2242..3c987e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/arm64 rockylinux/rockylinux:8.6 +FROM --platform=linux/armv8 rockylinux/rockylinux:8.6 ######################## ### VERSION SETTINGS ### @@ -46,7 +46,7 @@ LABEL Vendor="Internet2" \ ARG TARGETPLATFORM -ENV TARGETPLATFORM=linux/arm64 +ENV TARGETPLATFORM=linux/armv8