Skip to content

Commit

Permalink
Merge pull request #607 from mattrobmattrob/patch-1
Browse files Browse the repository at this point in the history
Closes #608
  • Loading branch information
dhblum authored Jan 23, 2024
2 parents 3583585 + 1332199 commit 3c04cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM --platform=linux/x86_64 ubuntu:20.04

# Install required packages
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Thank you to all who have provided guidance on the development of this software.
- Robert Lutes, Pacific Northwest National Laboratory
- Kefei Mo, Pacific Northwest National Laboratory
- Erik Paulson, Independent
- Matt Robinson, University of Colorado - Boulder
- Jermy Thomas, National Renewable Energy Laboratory
- Christian Veje, University of Southern Denmark
- Draguna Vrabie, Pacific Northwest National Laboratory
Expand Down
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Released on xx/xx/xxxx.
- Change JModelica docker container address in ``testing/Dockerfile``. This is for [#590](https://github.com/ibpsa/project1-boptest/issues/590).
- Specify the Python version (3.7) used for building the wrapper to execute the example JavaScript controllers in the unit test. This is for [#594](https://github.com/ibpsa/project1-boptest/issues/594).
- Allow simulations and forecast to work across the end of the year to the next year. This is for [#239](https://github.com/ibpsa/project1-boptest/issues/239).
- Pin base Docker image to ``linux/x86_64`` platform. This is for [#608](https://github.com/ibpsa/project1-boptest/issues/608).

## BOPTEST v0.5.0

Expand Down

0 comments on commit 3c04cc0

Please sign in to comment.