How to build Universal GO Exe in mac for amd and arm64?

I wanted to know is it possible to build go exe which is compatible with both AMD64 and ARM64 using build statement and without using “LIPO”. I am aware of GO releaser but I wanted to know whether is it possible with go build itself.

Hi! There isn’t and with valid reasons: Go universal binary support. Nevertheless, in this issue you can see a tool lipo-like is been built : makefat

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.