feat: initial commit
Some checks failed
Build and publish / build-and-push-arch (push) Failing after 11s

This commit is contained in:
Iain Learmonth 2025-07-08 14:58:29 +01:00
commit 8ea26672f5
4 changed files with 65 additions and 0 deletions

7
Justfile Normal file
View file

@ -0,0 +1,7 @@
build:
docker build -t guardianproject.dev/ops/docker-debpkg:12 .
debian:
docker run --rm --name debian -it guardianproject.dev/ops/docker-debpkg /bin/bash -l