NatLabRockies / NatLabRockies/OpenStudio

Trigger Docker Build Issue

Open
#5,582 0 comments 0 reactions 1 assignee View on GitHub

@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
  1. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.