From d94b304645e89a2ab2ccc0753272353e65a7c0aa Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 19 Jun 2026 12:35:33 +0200 Subject: [PATCH] ci: rename ci workflow to match template, add sync.yml for templating Signed-off-by: Robert Waffen --- .github/workflows/{ci.yaml => ci.yml} | 0 .sync.yml | 11 +++++++++++ 2 files changed, 11 insertions(+) rename .github/workflows/{ci.yaml => ci.yml} (100%) create mode 100644 .sync.yml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..523b7f0 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,11 @@ +--- +.github/workflows/ci.yml: + matrix_command: bash matrix.sh build + matrix_requires_yq: true + build_job_name: 'Build ${{ matrix.platform }} CI container' + build_runner: '${{ matrix.runner }}' + image_tag: 'ci/openvoxagent:${{ matrix.agent_semver }}-${{ matrix.platform }}' + build_platforms: 'linux/${{ matrix.platform }}' + build_args: + - 'OPENVOX_RELEASE=${{ matrix.release }}' + - 'OPENVOXAGENT_VERSION=${{ matrix.agent_version }}'