hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
https://gocv.io
Other
6.73k stars 868 forks source link

cgo: additional work on static builds #1229

Closed deadprogram closed 1 month ago

deadprogram commented 1 month ago

This PR does additional work needed to get static builds working on linux/amd64 and linux/arm64.

It also downgrades the Go version used by the static builder image to 1.22 due to https://github.com/golang/go/issues/68976