Boris Nagaev
b0051382cf
make: set CGO_ENABLED=0
...
Make loop and loopd binaries static, more portable.
2025-07-24 00:55:10 -03:00
Boris Nagaev
7a4dbb751e
release.sh: fix version matching
...
A commit_hash component was added to the version string:
"loop version 0.31.2-beta commit=v0.31.2-beta-dirty commit_hash=xxx".
As .* is greedy, it captured "0.31.2-beta commit=v0.31.2-beta-dirty"
instead of just "0.31.2-beta".
This commit fixes this.
2025-06-17 19:44:57 -03:00
pinglanlu
1fddf94f8e
chore: remove redundant word in release.sh
...
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
2024-11-11 18:44:01 +08:00
dstadulis
92b19175a0
build: add darwin-arm64 (Apple Silicon) as a release target
...
add darwin-arm64 (Apple Silicon) as a release target
2023-09-28 19:09:57 +00:00
Andras Banki-Horvath
46a7744656
build: remove unsupported platforms from the release script
2023-07-04 17:27:02 +02:00
Andras Banki-Horvath
763652fe9a
build: deprecate windows 386 from the release
...
The modernc.org/sqlite package does not build on windows 386 so we're
removing it from our release script.
2023-07-03 16:27:19 +02:00
Alex Bosworth
986bea3f96
release: remove support for darwin 386
...
Go 1.15 removes support for darwin 386, so it should be removed from the release build target
2020-08-30 14:24:09 -07:00
Joost Jager
6ac3d39d19
release: add tag and version verification to release script
2020-05-14 11:33:39 +02:00
Olaoluwa Osuntokun
d4e98ee67b
release: add release script
2019-03-07 21:49:59 -08:00