Skip to content

Commit 85f495d

Browse files
authored
Merge pull request #24 from bastelfreak/ezbake
build_ezbake: Add option to set `EZBAKE_BRANCH`
2 parents 4494089 + 2361483 commit 85f495d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_ezbake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
description: 'A comma-separated list of rpm-based platforms to build for, excluding the architecture (e.g. el-9,amazon-2023). Do not include spaces. If not provided, will use the default list of platforms supported by OpenVox Server and DB.'
1616
required: false
1717
type: string
18+
ezbake-ref:
19+
description: |-
20+
Branch/tag from ezbake that will be used for openvoxdb/server builds.
21+
type: string
22+
default: 'main'
1823

1924
env:
2025
ENDPOINT_URL: ${{ secrets.S3_ENDPOINT_URL }}
@@ -26,6 +31,7 @@ env:
2631
AWS_RESPONSE_CHECKSUM_VALIDATION: "WHEN_REQUIRED"
2732
DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-18.04,ubuntu-20.04,ubuntu-22.04,ubuntu-24.04,debian-11,debian-12' }}
2833
RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'el-7,el-8,el-9,el-10,sles-15,amazon-2023' }}
34+
EZBAKE_BRANCH: ${{ inputs.ezbake-ref }}
2935

3036
jobs:
3137
build:

0 commit comments

Comments
 (0)