Releases: Mmx233/GoReleaseCli
Releases · Mmx233/GoReleaseCli
v1.4.7
fix: clean output dir logic
v1.4.5
- Feat: allow custom divider in output name.
- Feat: add new output format
post
. - Chore: remove the serialization feature of extra build for same platform.
v1.4.1
- Feat: full context control is supported, interruption behavior is better.
- Improve: extra arches for same platform now is built serially to make full use of cache.
- Update: new arches is added.
v1.3.1
- Improve: log format.
- Feat: display percentage of build process.
v1.2.5
- Use
0775
as new directory perm, remove flag--perm
.
v1.2.4
- Support specify go mod download args using
--mod-download-args
- Support specify platforms using
--platforms
- Not showing go mod download debug logs by default
v1.2.3
- Fix: not work if extra-arches not enabled.
v1.2.2
Deperated
--soft-float
flag.
New Feature
--extra-arches
flag, build all child arches such as arm/v6, arm/v7 and softfloat--extra-arches-show-default
flag, add child arch suffix to default arch.
Improve
- Reduce memory usage by using less goroutine.
v1.1.12
Fix: trimpath flag
v1.1.11
- Feat: allow use zip or tar if 7z is not present.