summaryrefslogtreecommitdiff
path: root/smoke-ppc64el.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoke-ppc64el.sh')
-rwxr-xr-xsmoke-ppc64el.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/smoke-ppc64el.sh b/smoke-ppc64el.sh
new file mode 100755
index 0000000..d3e9016
--- /dev/null
+++ b/smoke-ppc64el.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+
+tarball="$1"
+shift
+
+yarn smoke-ppc64el.yarn --env ROOTFS_TARBALL="$tarball" "$@"