Initial commit

This commit is contained in:
2022-11-02 15:46:41 +01:00
commit 1d32fb0365
9 changed files with 1343 additions and 0 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
RUNNER="podman"
cargo build --target x86_64-unknown-linux-musl --release
$RUNNER build -t pastabble:latest .