gokrazy / tools

this repository contains the gok CLI tool of gokrazy
https://gokrazy.org
BSD 3-Clause "New" or "Revised" License
50 stars 26 forks source link

validate target userspace architecture matches kernel's architecture #54

Closed bradfitz closed 1 year ago

bradfitz commented 1 year ago

For gokrazy/gokrazy#191.

Perhaps we'll make it automatic in the future, though. This is a guardrail meanwhile.

stapelberg commented 1 year ago

Thanks for sending this :) I have made this mistake myself, and I know of a few others, too…

damdo commented 1 year ago

This is gold, I spent two days debugging an issue with the arch once. Thanks!