From d85a84a6c6635d03101e7813f3e1c642de392d3a Mon Sep 17 00:00:00 2001 From: romer8 Date: Thu, 23 May 2024 22:16:40 -0600 Subject: [PATCH] changing to linux/arm64 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ead4be..dcb6ebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM --platform=linux/amd64 tethysplatform/tethys-core:dev +FROM --platform=linux/arm64 tethysplatform/tethys-core:dev ################### # BUILD ARGUMENTS #