File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 OPENSTUDIO_VERSION : 3.11.0
1818 OPENSTUDIO_SHA : dee62bf9dd
1919 OPENSTUDIO_VERSION_EXT : " -rc1"
20- OPENSTUDIO_DOWNLOAD_URL : " https://openstudio-ci-builds.s3-us-west-2.amazonaws.com/develop/OpenStudio-3.11.0-rc1%2Bdee62bf9dd-Ubuntu-22 .04-x86_64.deb"
20+ OPENSTUDIO_DOWNLOAD_URL : " https://openstudio-ci-builds.s3-us-west-2.amazonaws.com/develop/OpenStudio-3.11.0-rc1%2Bdee62bf9dd-Ubuntu-24 .04-x86_64.deb"
2121
2222permissions :
2323 contents : read
Original file line number Diff line number Diff line change 66 os_installer_link :
77 description : ' The Link where to download the LINUX OpenStudio SDK Installer (.DEB)'
88 required : true
9- default : ' https://github.com/NREL/OpenStudio/releases/download/v3.4.0/OpenStudio-3.4.0+4bd816f785-Ubuntu-20 .04.deb'
9+ default : ' https://github.com/NREL/OpenStudio/releases/download/v3.4.0/OpenStudio-3.4.0+4bd816f785-Ubuntu-24 .04.deb'
1010 os_version :
1111 description : ' OS version (e.g. 3.4.0). Must match .deb installer'
1212 required : true
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04 AS base
1+ FROM ubuntu:24 .04 AS base
22
33LABEL maintainer=
"Nicholas Long [email protected] " 44
@@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
3434 && if [ -z "${OPENSTUDIO_DOWNLOAD_URL}" ]; then \
3535 ESC_VERSION=$(echo "${OPENSTUDIO_VERSION}${OPENSTUDIO_VERSION_EXT}" | sed 's/+/%2B/g' ); \
3636 if [ -n "${OPENSTUDIO_SHA}" ]; then \
37- OPENSTUDIO_DOWNLOAD_URL="https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-${ESC_VERSION}%2B${OPENSTUDIO_SHA}-Ubuntu-22 .04-x86_64.deb" ; \
37+ OPENSTUDIO_DOWNLOAD_URL="https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-${ESC_VERSION}%2B${OPENSTUDIO_SHA}-Ubuntu-24 .04-x86_64.deb" ; \
3838 else \
39- OPENSTUDIO_DOWNLOAD_URL="https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-${ESC_VERSION}-Ubuntu-22 .04-x86_64.deb" ; \
39+ OPENSTUDIO_DOWNLOAD_URL="https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-${ESC_VERSION}-Ubuntu-24 .04-x86_64.deb" ; \
4040 fi; \
4141 fi \
4242 && echo "OpenStudio Package Download URL is ${OPENSTUDIO_DOWNLOAD_URL}" \
You can’t perform that action at this time.
0 commit comments