You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to use goreleaser to prepare cross-compiled binaries, but after updating to v0.3.1, I can't do it anymore.
I think the cause is micmonay/keybd_event that was included in this PR #32 . The relevant issue is here micmonay/keybd_event#2.
This is not an important issue for me, but as long as we continue to use this library, cross-compilation will be difficult.
I would be happy to hear the author's thoughts on this matter.
Thanks, @mpon.
I believe that this is a serious problem...
From the original issue, it looks like the Cgo dependency has not been resolved.
I'm trying to think of some workarounds, but if I can't think of any, I'm thinking of revert the PR.
I used to use goreleaser to prepare cross-compiled binaries, but after updating to v0.3.1, I can't do it anymore.
I think the cause is micmonay/keybd_event that was included in this PR #32 . The relevant issue is here micmonay/keybd_event#2.
This is not an important issue for me, but as long as we continue to use this library, cross-compilation will be difficult.
I would be happy to hear the author's thoughts on this matter.
This is what I did when I tried it.
The text was updated successfully, but these errors were encountered: