Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-main-pull-request-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/builder-api/habitat/default.toml
Original file line number Diff line number Diff line change
@@ -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 = []
Expand Down
Loading