gh crashes in emulated amd64 homebrew/brew container (and homebrew/ubuntu22.04 and homebrew/ubuntu24.04)
#6507
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Because of complicated bootstrapping reasons (that might not be accurate anymore - will need to see), the The underlying bug sounds like this: golang/go#69255, which will be fixed in Go 1.25.4. It sounds like you might be running the container under QEMU so switching to Rosetta could work as a workaround. This will explain why Apple's |
Beta Was this translation helpful? Give feedback.
Because of complicated bootstrapping reasons (that might not be accurate anymore - will need to see), the
ghin the container isn't actually Homebrew'sghso we don't really control that build. Might be worth tryingbrew install gh, though you might get the same bug.The underlying bug sounds like this: golang/go#69255, which will be fixed in Go 1.25.4. It sounds like you might be running the container under QEMU so switching to Rosetta could work as a workaround. This will explain why Apple's
containerand Docker work as they use Rosetta by default.