Skip to content

Commit

Permalink
switch to updated deb
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Nov 8, 2024
1 parent 04fa4e2 commit d863f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ WORKDIR /artifacts
RUN set -eux; \
export gnuArch=x86_64; if [ "$(uname -m)" = "aarch64" ]; then gnuArch=arm64; fi; export gnuArch; \
curl -SfL https://github.com/NREL/EnergyPlus/releases/download/v${ENERGYPLUS_VERSION}a/EnergyPlus-${ENERGYPLUS_VERSION}-${ENERGYPLUS_VERSION_SHA}-Linux-Ubuntu22.04-${gnuArch}.tar.gz -o energyplus.tar.gz; \
curl -SfL http://openstudio-ci-builds.s3-website-us-west-2.amazonaws.com/PR-5296/OpenStudio-3.9.0-rc2%2B257d8d3c9d-Ubuntu-24.04-x86_64.deb -o openstudio.deb
curl -SfL http://openstudio-ci-builds.s3-website-us-west-2.amazonaws.com/PR-5296/OpenStudio-3.9.0-rc2%2Bd5c11a6fe4-Ubuntu-22.04-x86_64.deb -o openstudio.deb

RUN set -eux; \
mkdir -p EnergyPlus; \
Expand Down

0 comments on commit d863f6c

Please sign in to comment.