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
Due to recent changes, the plugin image build has failed.
The following changes has been added:
1. Fixing the command name in the DaemonSet spec
2. Pin golang to 1.20
3. Running the go build command with the right arguments
4. changing CGO_ENABLED=0 - The binary failed to execute
and complains about GLIBC_2.32 not found.
Running with CGO_ENABLED=0 build a binary that doesn't depend on glibc:
golang/go#57328 (comment)
Signed-off-by: Talor Itzhak <[email protected]>
0 commit comments