go-junit-report icon indicating copy to clipboard operation
go-junit-report copied to clipboard

Include arm64 builds in release assets

Open pzcfg opened this issue 1 year ago • 1 comments

https://github.com/jstemmer/go-junit-report/pull/157 added a go-junit-report-$(VERSION)-darwin-arm64.tar.gz build, but it doesn't seem to be in the release assets

v2.0.0 release assets

This is causing tools like rtx to fail to install go-junit-report on arm64

% rtx i
Arch 'arm64' not supported!
Arch 'arm64' not supported!
rtx [email protected] [ERROR] ~/.local/share/rtx/plugins/go ✗ 0s rtx ~/.local/share/rtx/plugins/go-junit-report/bin/download exited with non-zero status: exit code 1
rtx Run with RTX_DEBUG=1 for more information

Could this build be included in the assets?

pzcfg avatar Jul 19 '23 21:07 pzcfg

Unfortunately not in this repository, but my fork includes binaries for Darwin and Linux on ARM64: https://github.com/joschi/go-junit-report/releases/tag/v2.2.0

joschi avatar Jun 28 '24 16:06 joschi