Skip to content

Commit 11e0196

Browse files
authored
Merge pull request #2027 from habitat-sh/sbom
Add aarch64 linux/darwin as default platforms
2 parents 39d8f44 + 42e0aa2 commit 11e0196

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-main-pull-request-stub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
# go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/*
4141

4242
# if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest"
43-
version: '20251014' # ${{ github.event.repository.version }}
44-
detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release"
45-
detect-version-source-parameter: '' # use for file name
43+
# version is sourced from the repo VERSION file to keep BlackDuck/SBOM steps aligned
44+
detect-version-source-type: 'file' # options include "none" (do not detect), "file", "github-tag" or "github-release"
45+
detect-version-source-parameter: 'VERSION' # filename to read the version from
4646
language: 'rust' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting
4747

4848
# complexity-checks

components/builder-api/habitat/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
log_level = "info"
22

33
[api]
4-
targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows"]
4+
targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows", "aarch64-darwin", "aarch64-linux"]
55
saas_bldr_url = "https://bldr.habitat.sh"
66
license_server_url = "http://licensing-acceptance.chef.co"
77
allowed_native_package_origins = []

0 commit comments

Comments
 (0)