forked from Maurice/pastabble
5 lines
119 B
Bash
Executable File
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 . |