diff --git a/.github/workflows/build_single.yml b/.github/workflows/build_single.yml index ba4d60b3fa951..3a2798f5f819d 100644 --- a/.github/workflows/build_single.yml +++ b/.github/workflows/build_single.yml @@ -20,17 +20,11 @@ on: default: false system: description: "Package OS" - type: choice - options: - - rpm - - deb + type: string default: deb architecture: description: "Package architecture" - type: choice - options: - - amd64 - - x86_64 + type: string default: amd64 workflow_dispatch: inputs: