WIP
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Has been skipped

This commit is contained in:
maurice
2026-03-14 20:23:44 +01:00
parent a549d67c7e
commit 7f342a7529
3 changed files with 7 additions and 2 deletions

5
build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cd containers/base
podman build -t git.plabble.org/maurice/base:main .
cd ../rider
podman build -t git.plabble.org/maurice/rider:main .