GHA for e432 distro

This commit is contained in:
aboyko
2024-03-22 10:29:05 -04:00
parent 63a99baff8
commit ccc3e9fa92
3 changed files with 15 additions and 16 deletions

View File

@@ -14,15 +14,6 @@ on:
jobs:
e429-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e429'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit
e430-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
@@ -41,3 +32,11 @@ jobs:
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit
e432-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e432'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit