atproto relay implementation in zig zlay.waow.tech
9
fork

Configure Feed

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

fix: use baseline CPU target in Docker build

QEMU emulation exposes CPU features that don't match the deployment
target. Force baseline x86_64 to avoid illegal instructions in RocksDB.

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

zzstoatzz 44810548 cc8028c5

+1 -1
+1 -1
Dockerfile
··· 7 7 ENV PATH=/opt/zig-x86_64-linux-0.15.2:$PATH 8 8 WORKDIR /build 9 9 COPY . . 10 - RUN zig build -Doptimize=ReleaseSafe 10 + RUN zig build -Doptimize=ReleaseSafe -Dcpu=baseline 11 11 12 12 FROM --platform=linux/amd64 alpine:3.21 13 13 RUN apk add --no-cache ca-certificates