ott and stuff

This commit is contained in:
bee
2026-06-18 12:25:18 +02:00
parent fa1231d1f8
commit 6873ef44e4
12 changed files with 371 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
REGISTRY := git.secretbee.buzz
build-ott:
cd opentogethertube && podman build --platform linux/arm64 -t $(REGISTRY)/bee/ott:latest --target docker-stage -f deploy/monolith.Dockerfile .
push-ott: build-ott
podman push $(REGISTRY)/bee/ott:latest