declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

revert: back to ReleaseSafe (ReleaseFast has double-free corruption)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 41603f3c 1691f1b3

+1 -1
+1 -1
justfile
··· 377 377 IMAGE="atcr.io/zzstoatzz.io/zlay:${TAG}" 378 378 379 379 echo "==> building binary (${TAG})" 380 - zig build -Doptimize=ReleaseFast -Dtarget=x86_64-linux-gnu 380 + zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux-gnu 381 381 382 382 echo "==> building container image (${IMAGE})" 383 383 buildah bud -t "${IMAGE}" -f Dockerfile.runtime .