Skip to content

Commit

Permalink
ci: Remove commented builds
Browse files Browse the repository at this point in the history
Removes builds that are commented out to see if that prevents the action
from running
  • Loading branch information
JoshuaWatt committed Dec 3, 2024
1 parent a983730 commit 0b2734d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0b2734d

Please sign in to comment.