[Tauri Actions]: got Warn Failed to add bundler type to the binary: __TAURI_BUNDLE_TYPE" for ubuntu-22.04-arm
#14817
-
|
so, this is my tauri action running on github Run tauri-apps/tauri-action@e3ec38d49ea445df6d61ebaf015a85b1846b63f3
with:
projectPath: apps/app
tagName: ***-v__VERSION__
releaseName: Cherit v__VERSION__
releaseAssetNamePattern: [name]-[platform]-[arch][ext]
releaseBody: See the assets to download this version and install.
releaseDraft: true
prerelease: false
uploadUpdaterJson: true
updaterJsonPreferNsis: false
isGitea: false
uploadPlainBinary: false
uploadWorkflowArtifacts: false
uploadUpdaterSignatures: true
generateReleaseNotes: false
env:
CARGO_HOME: /home/runner/.cargo
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
CACHE_ON_FAILURE: true
GITHUB_TOKEN: ***
NDK_HOME: in the last, i got this Finished `release` profile [optimized] target(s) in 3m 08s
Built application at: /home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/***
Info Patching binary "/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/***" for type deb
Warn Failed to add bundler type to the binary: __TAURI_BUNDLE_TYPE variable not found in binary. Make sure tauri crate and tauri-cli are up to date and that symbol stripping is disabled (https://doc.rust-lang.org/cargo/reference/profiles.html#strip). Updater plugin may not be able to update this package. This shouldn't normally happen, please report it to https://github.com/tauri-apps/tauri/issues
Bundling ***_0.0.1_arm64.deb (/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/bundle/deb/***_0.0.1_arm64.deb)
Info Patching binary "/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/***" for type rpm
Warn Failed to add bundler type to the binary: __TAURI_BUNDLE_TYPE variable not found in binary. Make sure tauri crate and tauri-cli are up to date and that symbol stripping is disabled (https://doc.rust-lang.org/cargo/reference/profiles.html#strip). Updater plugin may not be able to update this package. This shouldn't normally happen, please report it to https://github.com/tauri-apps/tauri/issues
Bundling ***-0.0.1-1.aarch64.rpm (/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/bundle/rpm/***-0.0.1-1.aarch64.rpm)
Info Patching binary "/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/***" for type appimage
Warn Failed to add bundler type to the binary: __TAURI_BUNDLE_TYPE variable not found in binary. Make sure tauri crate and tauri-cli are up to date and that symbol stripping is disabled (https://doc.rust-lang.org/cargo/reference/profiles.html#strip). Updater plugin may not be able to update this package. This shouldn't normally happen, please report it to https://github.com/tauri-apps/tauri/issues
Downloading https://github.com/tauri-apps/binary-releases/releases/download/apprun-old/AppRun-aarch64
Downloading https://github.com/tauri-apps/binary-releases/releases/download/linuxdeploy/linuxdeploy-aarch64.AppImage
Downloading https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-aarch64.AppImage
Bundling ***_0.0.1_aarch64.AppImage (/home/runner/work/Cherit/Cherit/apps/app/src-tauri/target/release/bundle/appimage/***_0.0.1_aarch64.AppImage)
failed to bundle project xdg-open binary not found /usr/bin/xdg-open: No such file or directory (os error 2)
Error failed to bundle project xdg-open binary not found /usr/bin/xdg-open: No such file or directory (os error 2)
error: "tauri" exited with code 1
Error: Command "bun ["tauri","build"]" failed with exit code 1then i found multiple isues like #14059 #14186 and they seems to be closed but it doesn't seems like this is issue is fixed |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jan 24, 2026
Replies: 1 comment 1 reply
-
|
The fix for #14186 hasn't rolled out yet, but will be in tauri-cli 2.10 p.s. your build fails because you're missing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Keshav-writes-code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix for #14186 hasn't rolled out yet, but will be in tauri-cli 2.10
__TAURI_BUNDLE_TYPEalso isn't actually used yet, we blocked the updater plugin release because of the issues you linked (and more).p.s. your build fails because you're missing
sudo apt install xdg-utils:)