udphole

Basic UDP wormhole proxy
git clone git://git.finwo.net/app/udphole
Log | Files | Refs | README | LICENSE

commit 623e5ffdd13ab679c500fd1a1bac72746825011c
parent 3154e88eae45262d717de59134bab9278d2498b5
Author: finwo <finwo@pm.me>
Date:   Tue,  3 Mar 2026 01:03:22 +0100

Sync build.yml with docker.yml build ecosystem

Diffstat:
M.github/workflows/build.yml | 4++--
MMakefile | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -74,11 +74,11 @@ jobs: run: dep install - if: matrix.cross - uses: uraimo/run-on-arch-action@v2 + uses: uraimo/run-on-arch-action@v3 name: Build with: arch: ${{ matrix.arch }} - distro: ubuntu_latest + distro: ubuntu24.04 githubToken: ${{ github.token }} install: | apt-get update -y diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SRC:= # UNAME_SYSTEM=$(call lc,$(shell uname -s)) BIN?=udphole -VERSION?=1.3.1 +VERSION?=1.3.2 CC:=gcc CPP:=g++