Skip to content

Commit

Permalink
podman exclude ipv6 from the CI
Browse files Browse the repository at this point in the history
the problem is that the API is forwarded in localhost, and
portmapping doesn' t work from localhost to localhost
  • Loading branch information
Antonio Ojea committed Dec 2, 2020
1 parent 50d40e3 commit 847c825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
matrix:
ipFamily: [ipv4, ipv6]
deployment: [singleNode, multiNode]
exclude:
- ipFamily: ipv6
env:
JOB_NAME: "podman-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
KIND_EXPERIMENTAL_PROVIDER: "podman"
Expand Down

0 comments on commit 847c825

Please sign in to comment.