From 399b9bda70baf6ee155d39f20f88c9958297c56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Ro=CC=88=C3=9Fner?= Date: Fri, 17 Sep 2021 19:16:33 +0200 Subject: [PATCH] added multi-arch build script --- build-and-push.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build-and-push.sh diff --git a/build-and-push.sh b/build-and-push.sh new file mode 100755 index 0000000..f1889b4 --- /dev/null +++ b/build-and-push.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +docker buildx build \ + --platform linux/arm64/v8,linux/amd64 \ + --no-cache --pull \ + -t 1001fonts/hb-view:0.9.35-2 \ + --push .