summaryrefslogtreecommitdiff
path: root/make-au
diff options
context:
space:
mode:
Diffstat (limited to 'make-au')
-rwxr-xr-xmake-au4
1 files changed, 4 insertions, 0 deletions
diff --git a/make-au b/make-au
new file mode 100755
index 0000000..98e7220
--- /dev/null
+++ b/make-au
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker run -v `pwd`:/tmp/build --entrypoint "/bin/bash" cross-apple-106:latest -c "cd /tmp/build; bash docker-script-au"