Skip to content

Commit

Permalink
github actions: Disable podman builds
Browse files Browse the repository at this point in the history
Ubuntu 20.04 has an unfortunate circumstance where docker is rejecting
podman because podman is using an older API version (1.22). It's not
really possible for us to upgrade podman, or make docker accept the
older API, so disable the podman tests
  • Loading branch information
JoshuaWatt committed Jul 24, 2024
1 parent dfc7501 commit 37a1f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ 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-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-oe, provider: podman, sh: bash}
- {image: ubuntu-22.04-oegarmin, provider: docker, sh: bash}

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 37a1f12

Please sign in to comment.