diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-02 08:37:27 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-02 08:37:27 +0000 |
commit | fc68d6e6968a5c681bbc4684ecee15f2cecefe81 (patch) | |
tree | 5289aa29433cdc8aa3e41739364757191d7d6b58 /searx/morty/run.sh | |
parent | squid multi-arch build (diff) | |
download | dockerimages-fc68d6e6968a5c681bbc4684ecee15f2cecefe81.tar.gz dockerimages-fc68d6e6968a5c681bbc4684ecee15f2cecefe81.zip |
filtron and morty arm builders
Diffstat (limited to '')
-rwxr-xr-x | searx/morty/run.sh | 7 |
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 . |