Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Jan 13, 2025
1 parent a04144a commit 77913e7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-any-ib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,29 @@
# Launch the build-any-ib job in Jenkins
name: Build any IB

'on':
"on":
workflow_dispatch:
inputs:
package_name:
type: string
description: Name of the package to build
default: 'O2'
default: "O2"
alidist_slug:
type: string
description: Alidist version to use for the package (group/repo[@branch])
default: 'alisw/alidist@master'
default: "alisw/alidist@master"
architecture:
type: choice
description: Architecture to build the package for
default: 'slc9_x86-64'
default: "slc9_x86-64"
options:
- "slc9_x86-64"
- "slc9_aarch64"
- "slc8_x86-64"
- "slc7_x86-64"
- "ubuntu2004_x86-64"
- "ubuntu2204_x86-64"
- "ubuntu2404_x86-64"
- "osx_x86-64"

permissions: {}
Expand All @@ -39,7 +40,7 @@ jobs:
CLIENT_ID: ${{ secrets.SSO_JENKINS_API_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.SSO_JENKINS_API_CLIENT_SECRET }}
TARGET_APP: ${{ secrets.SSO_JENKINS_API_TARGET_APP }}
JOB_NAME: 'build-any-ib'
JOB_NAME: "build-any-ib"

# --- build-any-ib build params ---
# ALIBUILD_SLUG: ${{ inputs.alibuild_slug }}
Expand Down

0 comments on commit 77913e7

Please sign in to comment.