From 43b3494da6954a6c0122fccff4a05c90c3d4dce6 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Fri, 3 May 2024 08:37:17 -0600 Subject: [PATCH] x86 not arm --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4edbd3..b83572f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jav WORKDIR $BUILD_DIR -ENV OPENSTUDIO_DOWNLOAD_FILENAME OpenStudio-3.8.0-rc1+2d5664af4d-Ubuntu-22.04-arm64.deb -ENV OPENSTUDIO_DOWNLOAD_URL https://github.com/NREL/OpenStudio/releases/download/v3.8.0-rc1/OpenStudio-3.8.0-rc1+2d5664af4d-Ubuntu-22.04-arm64.deb +ENV OPENSTUDIO_DOWNLOAD_FILENAME OpenStudio-3.8.0-rc1+2d5664af4d-Ubuntu-22.04-x86_64.deb +ENV OPENSTUDIO_DOWNLOAD_URL https://github.com/NREL/OpenStudio/releases/download/v3.8.0-rc1/OpenStudio-3.8.0-rc1+2d5664af4d-Ubuntu-22.04-x86_64.deb ENV ENERGYPLUS_VERSION 24.1.0 ENV ENERGYPLUS_TAG v24.1.0