Add build-scripts with docker

This commit is contained in:
2023-04-11 11:36:49 +02:00
parent ca1b66dc99
commit 34bfe19158
3 changed files with 29 additions and 0 deletions

7
build/build-ownarch.sh Executable file
View File

@@ -0,0 +1,7 @@
EXTRA_ARGS="$@"
docker build \
-f $(dirname $0)/Dockerfile \
--output out \
$EXTRA_ARGS \
.