-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
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