2022-11-02 15:46:41 +01:00

5 lines
119 B
Bash
Executable File

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