diff --git a/build.sh b/build.sh index 59ae9387..3ea0c736 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ docker buildx create --use --name wp --driver remote tcp://192.168.69.206:1234 build() { cd "$1" - docker buildx build --pull --push --platform linux/riscv64 . -t danog/php:$2 --cache-from danog/php:$2 --cache-to type=inline + docker buildx build --pull --load --push --platform linux/riscv64 . -t danog/php:$2 --cache-from danog/php:$2 --cache-to type=inline cd "$base" }