From acccab423584d6e1141ef2d20f8a2b96eef0116a Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 5 Apr 2026 15:56:09 -0500 Subject: [PATCH] fix(ci): set APPIMAGE_EXTRACT_AND_RUN=1 for arm64 AppImage bundling linuxdeploy and its plugins are themselves AppImages. Inside a Docker container FUSE is unavailable, so they cannot self-mount. Setting APPIMAGE_EXTRACT_AND_RUN=1 causes them to extract to a temp directory and run directly, bypassing the FUSE requirement. --- .gitea/workflows/auto-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index 6b7b7147..fdc13e78 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -450,6 +450,7 @@ jobs: PKG_CONFIG_ALLOW_CROSS: "1" OPENSSL_NO_VENDOR: "0" OPENSSL_STATIC: "1" + APPIMAGE_EXTRACT_AND_RUN: "1" run: | . "$HOME/.cargo/env" npm ci --legacy-peer-deps