Skip to content

Commit

Permalink
chore: add ipv6 support for native linux release (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
romange committed Apr 16, 2024
1 parent 468942c commit 5c422e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
container: fedora:30
container:
image: ghcr.io/romange/${{ matrix.container }}
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5c422e3

Please sign in to comment.