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
Uh oh!
There was an error while loading. Please reload this page.
-
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