This commit is contained in:
bee
2026-05-02 13:59:46 +02:00
parent d56ff74f96
commit 3273885e11
10 changed files with 173 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ REGISTRY := git.secretbee.buzz
INVENTORY := inventory.yml
build-%:
podman build --platform linux/arm64 -t $(REGISTRY)/bee/$*:latest playbooks/$*
podman build --platform linux/arm64 -t $(REGISTRY)/bee/$*:latest containers/$*
push-%: build-%
podman push $(REGISTRY)/bee/$*:latest