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.

fix: remove -Dcpu=baseline from zlay build (causes stack overflows)

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

zzstoatzz 4e889f9e 77a7c43d

+1 -1
+1 -1
justfile
··· 379 379 IMAGE="atcr.io/zzstoatzz.io/zlay:{{ if optimize != "" { optimize + "-" } else { "debug-" } }}${TAG}" 380 380 381 381 echo "==> building binary (${TAG}{{ if optimize != "" { ", " + optimize } else { ", debug" } }})" 382 - zig build {{ if optimize != "" { "-Doptimize=" + optimize + " " } else { "" } }}-Dtarget=x86_64-linux-gnu -Dcpu=baseline 382 + zig build {{ if optimize != "" { "-Doptimize=" + optimize + " " } else { "" } }}-Dtarget=x86_64-linux-gnu 383 383 384 384 echo "==> building container image (${IMAGE})" 385 385 buildah bud -t "${IMAGE}" -f Dockerfile.runtime .