From 3d66d021aa0a8a17a10c8c71414112010b9b6412 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Thu, 12 Mar 2026 11:44:34 +0000 Subject: [PATCH] Initialise workflow to build Rocky 10 packages --- .github/workflows/build-rocky-packages.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build-rocky-packages.yml diff --git a/.github/workflows/build-rocky-packages.yml b/.github/workflows/build-rocky-packages.yml new file mode 100644 index 0000000000..162e9b3ec9 --- /dev/null +++ b/.github/workflows/build-rocky-packages.yml @@ -0,0 +1,17 @@ +--- +# This workflow builds required versions of OVN and OVS for +# Rocky Linux 10 then pushes them to a registry. + +# This will only be needed until we move to newer OVN/OVS +# packages, which already exist in the NFV SIG repository for +# CentOS Stream 10. + +name: Build Rocky 10 OVN/OVS Packages +on: workflow_dispatch + +jobs: + run-away: + runs-on: ubuntu-latest + steps: + - name: Print message and run away + run: echo "This workflow is not operational yet"