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"]