chore: add build recipe to justfile
All checks were successful
/ test (map[name:nightly]) (push) Successful in 4s
/ test (map[name:1.74.1]) (push) Successful in 5s
/ test (map[name:stable]) (push) Successful in 5s

This commit is contained in:
Paul Campbell 2025-01-14 20:09:30 +00:00
parent 7ab30ce7c3
commit 9a12ffc5fc

2
justfile Normal file
View file

@ -0,0 +1,2 @@
build:
docker build . -t git.kemitix.net/kemitix/rust:latest