diff --git a/.github/workflows/ci-main-pull-request-stub.yml b/.github/workflows/ci-main-pull-request-stub.yml index 7c3c4cad54..1afdd90a93 100644 --- a/.github/workflows/ci-main-pull-request-stub.yml +++ b/.github/workflows/ci-main-pull-request-stub.yml @@ -40,9 +40,9 @@ jobs: # go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/* # if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest" - version: '20251014' # ${{ github.event.repository.version }} - detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release" - detect-version-source-parameter: '' # use for file name + # version is sourced from the repo VERSION file to keep BlackDuck/SBOM steps aligned + detect-version-source-type: 'file' # options include "none" (do not detect), "file", "github-tag" or "github-release" + detect-version-source-parameter: 'VERSION' # filename to read the version from language: 'rust' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting # complexity-checks diff --git a/components/builder-api/habitat/default.toml b/components/builder-api/habitat/default.toml index 4e42d56c25..80a96a26ea 100644 --- a/components/builder-api/habitat/default.toml +++ b/components/builder-api/habitat/default.toml @@ -1,7 +1,7 @@ log_level = "info" [api] -targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows"] +targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows", "aarch64-darwin", "aarch64-linux"] saas_bldr_url = "https://bldr.habitat.sh" license_server_url = "http://licensing-acceptance.chef.co" allowed_native_package_origins = []