NatLabRockies / NatLabRockies/OpenStudio
Trigger Docker Build Issue
Open
@anchapin is already working on this.
Since Jan 8, 2026.
Continuous Integration
- Dominant language
- C++
- Stars
- 646
- Forks
- 237
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 10
Description
Description
When CI triggers docker build it isn't specific enough when searching for an Ubuntu deb file and sometimes gets the wrong version such as arm version.
Current Behavior
When trigger docker build it can fail because it sends the wrong deb file with arm architecture.
Expected Behavior
Instead it should send the amd 64 architecture.
Steps to reproduce
- Release openstudio
or
require 'openstudio'
include OpenStudio::Model
m = Model.new
# m = Model.load('path/to/model.osm').get
[...]
Possible Solution
Revise the search regex to match the correct deb file.
Operating System affected
Ubuntu 24.04
Environment
CI
Version of OpenStudio
3.11.0-rc3
Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.