chore: bump version to 4.4.25 and fix CGO_CFLAGS for cross-compilation

Update version to 4.4.25 in version.txt and pkg/obioptions/version.go.

Fix CGO_CFLAGS in release.yml by replacing generic '-I/usr/include' with architecture-specific paths (x86_64-linux-gnu and aarch64-linux-gnu) to ensure correct header inclusion during cross-compilation on Linux.
This commit is contained in:
Eric Coissac
2026-03-13 19:24:26 +01:00
parent fdd972bbd2
commit afc9ffda85
3 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
4.4.24
4.4.25