From b449b7ea82994b5dab5198fab3c99ecb57974d1f Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Feb 2024 12:16:14 +0100 Subject: [PATCH] Revert ".github: temporarily disable Infix Classic builds" This reverts commit 2bcb02d3efd48c76b2f9748ae5fcfd62a6b531cc and thus reeneables classic builds again. Since we build on /mnt on the runner there should be enough room also for them. 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 85ecebdc..d9381c58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: platform: [aarch64, x86_64] - variant: [netconf] + variant: [netconf, classic] fail-fast: false steps: - name: Maintenance