From 2bcb02d3efd48c76b2f9748ae5fcfd62a6b531cc Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 28 Feb 2024 13:43:33 +0100 Subject: [PATCH] .github: temporarily disable Infix Classic builds Debugging build/runner problems with GitHub Actions. Resolution pending self-hosted runner becoming operational. Signed-off-by: Joachim Wiberg --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 143735e6..09798b7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: platform: [aarch64, x86_64] - variant: [netconf, classic] + variant: [netconf] fail-fast: false steps: - uses: actions/checkout@v4