SummerCart64/build_in_docker.sh

7 lines
164 B
Bash
Raw Normal View History

#!/bin/bash
2021-11-09 23:05:06 +01:00
docker run --rm -it \
--mount type=bind,src="$(pwd)",target="/workdir" \
2021-11-09 23:05:06 +01:00
ghcr.io/polprzewodnikowy/sc64env:v1.1 \
/bin/bash -c "./build.sh"