Replies: 1 comment
-
nevermind it's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this Dockerfile:
The resulting binary is no longer static and therefore fails to execute in the scratch container. When removing
-buildmode=pie
, the issue is resolved. Is this a bug in this project or go? Or is there an alternative way to still build a static PIE binary?Beta Was this translation helpful? Give feedback.
All reactions