Skip to content

Releases: Mmx233/GoReleaseCli

v1.4.7

25 Oct 02:39
0321d29
Compare
Choose a tag to compare
fix: clean output dir logic

v1.4.5

24 Oct 10:06
932188d
Compare
Choose a tag to compare
  • 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

17 Oct 05:13
9c6a3e7
Compare
Choose a tag to compare
  • 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

12 Oct 10:12
c5158a6
Compare
Choose a tag to compare
  • Improve: log format.
  • Feat: display percentage of build process.

v1.2.5

12 Oct 05:25
0ec2dec
Compare
Choose a tag to compare
  • Use 0775 as new directory perm, remove flag --perm.

v1.2.4

23 Aug 16:54
ed36d4c
Compare
Choose a tag to compare
  • 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

23 May 04:06
20925c8
Compare
Choose a tag to compare
  • Fix: not work if extra-arches not enabled.

v1.2.2

20 May 14:18
b0c2b3e
Compare
Choose a tag to compare

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

13 May 08:35
3a09396
Compare
Choose a tag to compare

Fix: trimpath flag

v1.1.11

13 May 06:45
979c3ff
Compare
Choose a tag to compare
  • Feat: allow use zip or tar if 7z is not present.