about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ea2b14d05..e697c5ede 100755
--- a/build.sh
+++ b/build.sh
@@ -16,6 +16,6 @@ if ! systemctl is-active docker &>/dev/null; then
 	fi
 fi
 
-docker build --build-arg SOURCE_COMMIT=$commit --tag pluralcafe/mastodon:edge .
+docker buildx build --build-arg SOURCE_COMMIT=$commit --tag pluralcafe/mastodon:edge .
 
 echo 'Docker image built. Push to Docker Hub with `docker push pluralcafe/mastodon:edge`.'