Skip to content

Trigger Docker Build Issue #5582

@anchapin

Description

@anchapin

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions