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

Linux arm64 binary missing

Open samrocketman opened this issue 1 year ago • 3 comments

Building go images within Docker on Mac (arm64) means I can't use this utility. In order for Mac to use arm64 docker images of Go, this utility needs to support download on Linux via arm64.

samrocketman avatar Jan 24 '24 16:01 samrocketman

https://github.com/jstemmer/go-junit-report/pull/179 would work for me if new releases include it

samrocketman avatar Jan 25 '24 02:01 samrocketman

My fork provides binaries for Linux on ARM64: https://github.com/joschi/go-junit-report/releases/tag/v2.2.0

joschi avatar Jun 28 '24 16:06 joschi

I found gotestsum to be a fine alternative which supports arm and produces junit reports. There’s more than one arm cpu arch

samrocketman avatar Jun 29 '24 00:06 samrocketman