Skip to content
Open
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
17 changes: 12 additions & 5 deletions .github/workflows/build_fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@ name: Build openvoxdb - FIPS platforms
on:
workflow_dispatch:
inputs:
ref:
description: >-
Tag to build for a release, or branch to build for a pre-release.
required: true
branch:
description: 'The release branch to build from.'
description: >-
The default platform list to build for. Use `main` for 9.x builds
and `8.x` for 8.x builds.
type: choice
options:
- main
- '8.x'
default: 'main'
ref:
description: 'Tag to build'
required: true
rpm_platform_list:
description: 'A comma-separated list of rpm-based platforms to build for, excluding the architecture (e.g. redhatfips-8,redhatfips-9). Do not include spaces. If not provided, will use the default list of FIPS platforms supported by OpenVox Server and DB.'
description: >-
A comma-separated list of rpm-based platforms to build for, excluding
the architecture (e.g. redhatfips-8, redhatfips-9). Do not include
spaces. If not provided, will use the default list of platforms
chosen above.
required: false
type: string
ezbake-ref:
Expand Down
Loading