Skip to content

Releases: cli/gh-extension-precompile

gh-extension-precompile 1.2.0

08 Jun 14:38
Compare
Choose a tag to compare

What's Changed

  • Add Android platforms by @luisdavim in #19
  • Add FreeBSD and Windows ARM platforms by @mislav in #22
  • This action now uploads assets to an existing Release if a GitHub Release for the given tag already exists
  • Allow using unstable Go versions in go_version
  • Build smaller binaries by @markphelps in #18
  • 💅 Script refresh by @mislav in #21
  • Docs: suggest using cli/gh-extension-precompile@v1 instead of @latest

New Contributors

Full Changelog: v1.1.2...v1.2.0

gh-extension-precompile 1.1.2

13 Apr 18:28
23c367c
Compare
Choose a tag to compare

What's Changed

  • Add darwin-arm64 platform by @VictorBersy in #3

    Extensions published this way will be installable on M1 Apple hardware by users of gh v2.8.0+

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Dec 17:37
Compare
Choose a tag to compare

Allow go-version to be specified: #6 . Thanks @heaths !

v1.0.6

19 Nov 18:14
Compare
Choose a tag to compare

Pin Go to 1.16

v1.0.5

17 Nov 21:01
Compare
Choose a tag to compare

Remove the platform list configuration since during review we decided we didn't need it.

v1.0.4

09 Nov 21:02
Compare
Choose a tag to compare

Add .exe for windows builds since apparently that's required 😓

v1.0.3

04 Nov 22:46
Compare
Choose a tag to compare
  • Fix problem with asset naming

v1.0.2

04 Nov 22:37
Compare
Choose a tag to compare
  • Fix issue where releasing failed when not signing assets

v1.0.1

04 Nov 22:26
d5d6ce1
Compare
Choose a tag to compare

Initial release for review.

v1.0.0

04 Nov 22:15
Compare
Choose a tag to compare

Initial release for review, there are probably bugs.