aboutsummaryrefslogtreecommitdiffstats
path: root/searx/morty/run.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-02 08:37:27 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-02 08:37:27 +0000
commitfc68d6e6968a5c681bbc4684ecee15f2cecefe81 (patch)
tree5289aa29433cdc8aa3e41739364757191d7d6b58 /searx/morty/run.sh
parentsquid multi-arch build (diff)
downloaddockerimages-fc68d6e6968a5c681bbc4684ecee15f2cecefe81.tar.gz
dockerimages-fc68d6e6968a5c681bbc4684ecee15f2cecefe81.zip
filtron and morty arm builders
Diffstat (limited to '')
-rwxr-xr-xsearx/morty/run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/morty/run.sh b/searx/morty/run.sh
new file mode 100755
index 0000000..8774336
--- /dev/null
+++ b/searx/morty/run.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+set -e
+set -x
+
+# docker buildx create --name armbuilder
+docker buildx use armbuilder
+docker buildx build --push --platform linux/arm/v7,linux/arm/v8,linux/amd64 --tag bloodstalker/morty .