From 766d236bc3360f07aee8aa385c5861cd125469ef Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Tue, 20 Aug 2024 15:06:12 -0400 Subject: [PATCH] chore: Update readme and prebuild workflows for 9.10.x Signed-off-by: Michael Gardner --- .github/workflows/prebuild.yml | 19 +++++++++++++++++++ README.md | 1 + 2 files changed, 20 insertions(+) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 9c0d90f9aa4529..681f1ccf930764 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -16,6 +16,7 @@ on: branch: type: choice options: + - 'hpcc-platform-9.10.x' - 'hpcc-platform-9.8.x' - 'hpcc-platform-9.6.x' - 'hpcc-platform-9.4.x' @@ -54,6 +55,24 @@ on: default: 'write' jobs: + prebuild-docker-9-10: + if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.10.x' }} + uses: hpcc-systems/vcpkg/.github/workflows/prebuild-docker.yml@hpcc-platform-9.10.x + with: + branch: refs/heads/hpcc-platform-9.10.x + # os: ${{ inputs.os }} + # nuget_mode: ${{ inputs.nuget_mode }} + secrets: inherit + + prebuild-gh_envs-9-10: + if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.10.x' }} + uses: hpcc-systems/vcpkg/.github/workflows/prebuild-gh_envs.yml@hpcc-platform-9.10.x + with: + branch: refs/heads/hpcc-platform-9.10.x + # os: ${{ inputs.os }} + # nuget_mode: ${{ inputs.nuget_mode }} + secrets: inherit + prebuild-docker-9-8: if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-9.8.x' }} uses: hpcc-systems/vcpkg/.github/workflows/prebuild-docker.yml@hpcc-platform-9.8.x diff --git a/README.md b/README.md index 3a3ff549dabbb8..8121c7bde1e544 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The default branch is "main" which is empty except for a github action that preb The following branches are active and correspond to the HPCC-Platform development branches: +* [hpcc-platform-9.10.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.10.x) * [hpcc-platform-9.8.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.8.x) * [hpcc-platform-9.6.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.6.x) * [hpcc-platform-9.4.x](https://github.com/hpcc-systems/vcpkg/tree/hpcc-platform-9.4.x)