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
It is currently not possible to build ARM64 on an AMD64 machine. Specifically, the step where the samples are built fails as the bpf2c.exe built is arm64, but the host is AMD64.
It would be useful to be able to produce both ARM64 and AMD64 binaries irrespective of the host platform.