mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-25 23:24:15 +01:00
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run \
|
|
--rm \
|
|
--user $(id -u):$(id -g) \
|
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
|
ghcr.io/polprzewodnikowy/sc64env:v1.2 \
|
|
./build.sh $@
|