#!/bin/sh
RUNNER="podman"

cargo build --target x86_64-unknown-linux-musl --release
$RUNNER build -t pastabble:latest .