diff --git a/.github/workflows/manual-build-enterprise.yml b/.github/workflows/manual-build-enterprise.yml index ac4e8051fb..a80a07ab8a 100644 --- a/.github/workflows/manual-build-enterprise.yml +++ b/.github/workflows/manual-build-enterprise.yml @@ -36,6 +36,11 @@ on: type: boolean required: false + build_linux_rpm_x64: + description: Build Linux rpm x64 + type: boolean + required: false + environment: description: Environment to run build type: environment