From 5d7f78ed75a704a9bfe3e206f88fcaae9d62e28a Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 3 Oct 2023 20:45:05 +0700 Subject: [PATCH] build unstable multiplatform --- tubearchivist/web/src/webhook_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/web/src/webhook_base.py b/tubearchivist/web/src/webhook_base.py index 185949d..cf23cc0 100644 --- a/tubearchivist/web/src/webhook_base.py +++ b/tubearchivist/web/src/webhook_base.py @@ -15,7 +15,7 @@ class WebhookBase: "docker_repo": "tubearchivist", "unstable_keyword": "#build", "build_unstable": [ - "build", "--platform", "linux/amd64", + "build", "--platform", "linux/amd64,linux/arm64", "-t", "bbilly1/tubearchivist:unstable", "--push" ], "build_release": [