2021-09-26 14:42:50 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-10-26 23:44:09 +02:00
|
|
|
docker run \
|
2021-11-10 02:05:51 +01:00
|
|
|
--rm \
|
2021-10-26 23:44:09 +02:00
|
|
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
2021-11-10 02:05:51 +01:00
|
|
|
ghcr.io/polprzewodnikowy/sc64env:v1.2 \
|
|
|
|
./build.sh $@
|