From 732825a390b26254b85e3fc6dc25498aa18f6fb2 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 5 Oct 2025 18:28:42 +0000 Subject: [PATCH] ci: Publish verbose logging container builds to registries. (closes #181) Signed-off-by: Jason Volk --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65b21cd6..83168db9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -305,13 +305,13 @@ jobs: excludes: > [ {"feat_set": "none"}, - {"feat_set": "logging"}, {"cargo_profile": "test"}, {"cargo_profile": "bench"}, {"cargo_profile": "release-debuginfo"}, {"cargo_profile": "release-native"}, - {"cargo_profile": "release", "rust_toolchain": "nightly"}, + {"rust_toolchain": "nightly"}, {"rust_target": "aarch64-unknown-linux-gnu", "feat_set": "default"}, + {"rust_target": "aarch64-unknown-linux-gnu", "feat_set": "logging"}, {"rust_target": "aarch64-unknown-linux-gnu", "sys_target": "x86_64-v1-linux-gnu"}, {"rust_target": "aarch64-unknown-linux-gnu", "sys_target": "x86_64-v2-linux-gnu"}, {"rust_target": "aarch64-unknown-linux-gnu", "sys_target": "x86_64-v3-linux-gnu"}, @@ -321,10 +321,13 @@ jobs: {"sys_target": "x86_64-v1-linux-gnu", "machine": "ARM64"}, {"sys_target": "x86_64-v2-linux-gnu", "machine": "ARM64"}, {"sys_target": "x86_64-v2-linux-gnu", "feat_set": "default"}, + {"sys_target": "x86_64-v2-linux-gnu", "feat_set": "logging"}, {"sys_target": "x86_64-v3-linux-gnu", "machine": "ARM64"}, {"sys_target": "x86_64-v3-linux-gnu", "feat_set": "default"}, + {"sys_target": "x86_64-v3-linux-gnu", "feat_set": "logging"}, {"sys_target": "x86_64-v4-linux-gnu", "machine": "ARM64"}, {"sys_target": "x86_64-v4-linux-gnu", "feat_set": "default"}, + {"sys_target": "x86_64-v4-linux-gnu", "feat_set": "logging"}, ] secrets: