diff --git a/.github/workflows/24.04-noble.yml b/.github/workflows/24.04-noble.yml index ef9859b..fd5a0f1 100644 --- a/.github/workflows/24.04-noble.yml +++ b/.github/workflows/24.04-noble.yml @@ -1,6 +1,6 @@ name: build (24.04, Noble) -# on: { "push": { "paths": [".github/workflows/24.04-noble.yml"] } } -on: { "schedule": [{ "cron": "24 4 */3 * *" }] } +on: { "push": { "paths": [".github/workflows/24.04-noble.yml"] } } +# on: { "schedule": [{ "cron": "24 4 */3 * *" }] } env: DEBIAN_FRONTEND: noninteractive diff --git a/.github/workflows/24.10-oracular.yml b/.github/workflows/24.10-oracular.yml index d9e4c75..5a33dc4 100644 --- a/.github/workflows/24.10-oracular.yml +++ b/.github/workflows/24.10-oracular.yml @@ -1,6 +1,6 @@ name: build (24.10, Oracular) -# on: { "push": { "paths": [".github/workflows/24.10-oracular.yml"] } } -on: { "schedule": [{ "cron": "24 10 */5 * *" }] } +on: { "push": { "paths": [".github/workflows/24.10-oracular.yml"] } } +# on: { "schedule": [{ "cron": "24 10 */5 * *" }] } # env: diff --git a/ci/create_ci_vars_using_the_gh_api.ers b/ci/create_ci_vars_using_the_gh_api.ers index 3fe57a3..a8c2acc 100755 --- a/ci/create_ci_vars_using_the_gh_api.ers +++ b/ci/create_ci_vars_using_the_gh_api.ers @@ -16,7 +16,7 @@ /// If true, create vars (`--method POST`). If false, update vars (`--method PATCH`). const CREATE_VARS: bool = false; -const RUN_GH: bool = false; +const RUN_GH: bool = true; use anyhow::{bail, Context}; use ron::ser::PrettyConfig; @@ -84,7 +84,7 @@ fn main() -> anyhow::Result<()> { for (ron_file, ref file_content, gh_repo) in [ //// (uuu_os_file, ubuntu_ron, "ubuntu-museum"), - (deb_os_file, debian_ron, "debian-museum"), + // (deb_os_file, debian_ron, "debian-museum"), ] { map.clear(); let cfg = ron::from_str::(file_content)?; diff --git a/ci/os.ron b/ci/os.ron index 32ebcaa..fd998c6 100644 --- a/ci/os.ron +++ b/ci/os.ron @@ -141,8 +141,8 @@ ), "oracular": ( ver: "24.10", - archs: "amd64 arm64 i386 ppc64el riscv64 s390x", - matrix: (arch: ["amd64", "arm64", "i386", "ppc64el", "riscv64", "s390x"]), + archs: "amd64 arm64 armhf i386 ppc64el riscv64 s390x", + matrix: (arch: ["amd64", "arm64", "armhf", "i386", "ppc64el", "riscv64", "s390x"]), ), "precise": ( ver: "12.04",