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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m working on a PR to get a multi-architecture (arm64, amd64) image, and I’m getting unexpected error while building the docker image for the arm64.
StackOverflow lead me to understand that the image was missing gnu’s gold linker.
Out of curiosity, I disabled CGO in the Dockerfile and could build the image for both platforms
Before I work on adding the required linker to the image, I wanted to ask if
CGO_ENABLED=1
is still required, or how to figure this out?As an argument for disabling the option: the Makefile is not setting it:
Beta Was this translation helpful? Give feedback.
All reactions