From 6060ecfe2bd6e42cace6c4974a7cbdddf47f5b98 Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Tue, 13 Aug 2024 10:25:11 -0600 Subject: [PATCH] switch e+ to version with battery fix --- .github/workflows/build.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb7e29c..735bf81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: context: . push: true target: alfalfa-dependencies - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.output.labels }} cache-from: type=gha diff --git a/Dockerfile b/Dockerfile index 582651a..3409871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,8 +92,8 @@ RUN gnuArch="$(dpkg-architecture --query DEB_HOST_ARCH_CPU)"\ FROM python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} AS energyplus-dependencies ARG OPENSTUDIO_VERSION=3.8.0 ARG OPENSTUDIO_VERSION_SHA=f953b6fcaf -ARG ENERGYPLUS_VERSION=24.1.0 -ARG ENERGYPLUS_VERSION_SHA=9d7789a3ac +ARG ENERGYPLUS_VERSION=24.2.0 +ARG ENERGYPLUS_VERSION_SHA=a98ff1f30b RUN apt-get update \ && apt-get install -y \