refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
66 stars 19 forks source link

Golang Install in prereqs fix #212

Closed jmwample closed 10 months ago

jmwample commented 10 months ago

The golang installer in prereqs_once.sh was breaking docker builds. This PR provides a solution.

note: this is probably not the best solution, in theory we should be using the golang docker image as a multi-stage target to build with GOOS=linux. However, I have never messed with that before, so for now this does the job.