SummerCart64/docker_build.sh

9 lines
185 B
Bash
Raw Normal View History

#!/bin/bash
docker run \
2021-11-19 00:18:46 +01:00
--rm \
2021-11-18 02:51:43 +01:00
--user $(id -u):$(id -g) \
--mount type=bind,src="$(pwd)",target="/workdir" \
ghcr.io/polprzewodnikowy/sc64env:v1.2 \
./build.sh $@