coreos / ignition

First boot installer and configuration tool
https://coreos.github.io/ignition/
Apache License 2.0
840 stars 247 forks source link

Fix loongarch64 GOARCH value #1942

Closed k0tran closed 2 months ago

k0tran commented 2 months ago

So in loongarch64 uname -m gives loongarch64 but Go has loong64 target instead. This PR proposes changes to set GOARCH to loong64 if loongarch64 encountered.

k0tran commented 2 months ago

Changed commit message to suit contribution formatting

prestist commented 2 months ago

Thank you for submitting this, just one small question otherwise lgtm.