From e4de6280730f613805f23c43e70d5b2c37499f7c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:29:07 +0200 Subject: [PATCH] prefetch = false --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index d099feb..cc79fe1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,8 +62,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen format = "docker" platform = "linux/amd64" sha256 = "3381d40181ecdf62932e9530c6b81e6e0f8828a3d373d8dedf662aab96dafba4" - xtract = true - in_subdir = true + extract = true + prefetch = false #arm64.platform = "linux/arm64" #arm64.sha256 = "sha256:3dcffda0a2b58c91479c883205025edee4ea799fc35be419f9bec708ccb54b7f" #armhf.platform = "linux/armhf"