v0.0.5 - Add CLIENT_IMPLEMENTATION.md agent integration spec

This commit is contained in:
Laan Tungir
2026-05-02 16:19:05 -04:00
parent ee0c60c343
commit 3e86e539e0
19 changed files with 5797 additions and 112 deletions

View File

@@ -117,6 +117,7 @@ echo "[2/3] Extracting static binary"
CONTAINER_NAME="$(docker create "$IMAGE_TAG")"
docker cp "$CONTAINER_NAME:/build/nsigner_static" "$BUILD_DIR/$OUTPUT_NAME"
chmod +x "$BUILD_DIR/$OUTPUT_NAME"
strip "$BUILD_DIR/$OUTPUT_NAME" >/dev/null 2>&1 || true
echo "[3/3] Verifying static binary"
file "$BUILD_DIR/$OUTPUT_NAME"