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
Downloaded binaries now work without a Go toolchain — construct binaries downloaded from a GitHub release no longer require a Go toolchain on the host. constructd is now embedded directly inside the construct binary at release build time and extracted into the Docker build context at runtime. Dev/local builds (via install.sh) continue to compile constructd from source as before.