Commits


Noah Treuhaft authored and GitHub committed 0e1f5c6c2ce
GH-34839: [Go] Build compute without noasm for non-amd64 GOARCH (#34840) Building github.com/apache/arrow/go/v12/arrow/compute for a non-amd64 GOARCH requires -tag=noasm. Adjust some build constraints so -tag=noasm isn't required. * Closes: #34839 Authored-by: Noah Treuhaft <noah.treuhaft@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>