pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 24 forks source link

dockerfile: correctly select Go architecture #273

Closed missinglink closed 8 months ago

missinglink commented 8 months ago

this PR detects the target architecture and selects the correct Golang download accordingly.

note: the TARGETPLATFORM is something like linux/arm64 and the ${TARGETPLATFORM##*/} command selects everything after the last slash.