Skip to content

Commit

Permalink
Enable ipv6 in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Apr 19, 2024
1 parent 435d6a3 commit 35d7fb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
strategy:
matrix:
image: [ "ubuntu:22.04", "ubuntu:24.04" ]
container: ${{ matrix.image }}
container:
image: ${{ matrix.image }}
options: --sysctl net.ipv6.conf.all.disable_ipv6=0
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev
Expand Down Expand Up @@ -71,7 +73,9 @@ jobs:
strategy:
matrix:
image: [ "ubuntu:22.04", "ubuntu:24.04" ]
container: ${{ matrix.image }}
container:
image: ${{ matrix.image }}
options: --sysctl net.ipv6.conf.all.disable_ipv6=0
steps:
- name: Update and install packages
run: apt-get update && apt-get install -y curl git build-essential pkg-config libssl-dev
Expand Down

0 comments on commit 35d7fb5

Please sign in to comment.