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
arm64 builds are very slow. Takes around 30 minutes due to using docker buildx creating an emulated arm64 image. We can modify the build to use GOARCH=arm64 and just copy the file to a Docker image which should be much faster - compiling lots of huge dependencies in emulated VM is slow.