From 0b2734d5f253501384a907c0de0ed0a681d42ce7 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 3 Dec 2024 15:31:59 -0700 Subject: [PATCH] ci: Remove commented builds Removes builds that are commented out to see if that prevents the action from running --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9750c26..29a1e82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,12 +73,10 @@ jobs: - {image: ubuntu-18.04-oegarmin, provider: docker, sh: bash} - {image: ubuntu-20.04-base, provider: docker, sh: bash} - {image: ubuntu-20.04-oe, provider: docker, sh: bash} - #- {image: ubuntu-20.04-oe, provider: podman, sh: bash} - {image: ubuntu-20.04-oetest, provider: docker, sh: bash} - {image: ubuntu-20.04-oegarmin, provider: docker, sh: bash} - {image: ubuntu-22.04-base, provider: docker, sh: bash} - {image: ubuntu-22.04-oe, provider: docker, sh: bash} - #- {image: ubuntu-22.04-oe, provider: podman, sh: bash} - {image: ubuntu-22.04-oegarmin, provider: docker, sh: bash} - {image: ubuntu-24.04-base, provider: docker, sh: bash} - {image: ubuntu-24.04-oe, provider: docker, sh: bash}