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 }}'