jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
776 stars 224 forks source link

Linux arm64 binary missing #180

Open samrocketman opened 8 months ago

samrocketman commented 8 months ago

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 commented 8 months ago

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

joschi commented 3 months ago

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

samrocketman commented 3 months ago

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