refactor (v2): better arch

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-06-07 21:19:54 +02:00
parent 0753f3d256
commit 839308ec19
166 changed files with 8553 additions and 884 deletions

9
deploy.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
IMAGE="${IMAGE:-registry.gabrielkaszewski.dev/k-notes:latest}"
docker buildx build --platform linux/amd64 \
-t "$IMAGE" --push .
echo "pushed $IMAGE"