From f41eb424972cf0bc6395be7d7dc7e7049c8998a2 Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 28 Nov 2022 18:18:55 -0600 Subject: new dockerfile requires buildkit, which took an annoying long time to figure out --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.' -- cgit