From ba1c8c15c4f78e1834345156c616663d48b40f98 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 23 Oct 2022 10:50:16 +0700 Subject: [PATCH] fix missing build-arg for local deployment --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index cbf501d..631e97f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -28,7 +28,7 @@ function sync_blackhole { --exclude "db.sqlite3" \ . -e ssh "$host":tubearchivist - ssh "$host" 'docker build -t bbilly1/tubearchivist tubearchivist' + ssh "$host" 'docker build -t bbilly1/tubearchivist --build-arg TARGETPLATFORM="linux/amd64" tubearchivist' ssh "$host" 'docker compose up -d' }