From e624885bb96b92a36c54590eecbc617b2d8d7f0d Mon Sep 17 00:00:00 2001 From: S Date: Tue, 3 Mar 2026 14:18:03 -0600 Subject: [PATCH] chore: add repo variables configuration --- repo_variables.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo_variables.conf diff --git a/repo_variables.conf b/repo_variables.conf new file mode 100644 index 0000000..dc89c4f --- /dev/null +++ b/repo_variables.conf @@ -0,0 +1,14 @@ +# ============================================================================= +# repo_variables.conf — Gitea Actions Repository Variables (INI format) +# Generated from GitHub repo settings. Edit as needed. +# Used by phase11_custom_runners.sh to set per-repo CI dispatch variables. +# See repo_variables.conf.example for field reference. +# ============================================================================= + +[augur] +CI_RUNS_ON = ["self-hosted","Linux","X64"] + +[periodvault] +CI_RUNS_ON = ["self-hosted","Linux","X64"] +CI_RUNS_ON_MACOS = ["self-hosted","macOS","ARM64"] +CI_RUNS_ON_ANDROID = ["self-hosted","Linux","X64","android-emulator"]