Skip to content

fix(ci): install xdg-utils for Linux ARM64 release bundling#8

Merged
pbean merged 1 commit into
mainfrom
fix/release-arm64-xdg-utils
Jun 19, 2026
Merged

fix(ci): install xdg-utils for Linux ARM64 release bundling#8
pbean merged 1 commit into
mainfrom
fix/release-arm64-xdg-utils

Conversation

@pbean

@pbean pbean commented Jun 19, 2026

Copy link
Copy Markdown
Owner

The v0.1.0 release build failed on Linux ARM64 (ubuntu-22.04-arm):

```
failed to bundle project xdg-open binary not found
/usr/bin/xdg-open: No such file or directory (os error 2)
```

The ARM runner image doesn't ship `xdg-utils`, while the x64 Ubuntu runner does — which masked the missing dependency. This adds `xdg-utils` to the apt install step so all Linux targets (x64 and ARM64) can bundle.

After merge, the Release workflow will be re-dispatched for `v0.1.0` to add the Linux ARM64 assets to the existing draft.

🤖 Generated with Claude Code

The ubuntu-22.04-arm runner image lacks /usr/bin/xdg-open, so tauri-action
fails to bundle with 'xdg-open binary not found'. The x64 ubuntu runner ships
xdg-utils preinstalled, masking the missing dependency. Add xdg-utils to the
apt install list so all Linux targets (x64 and ARM64) can bundle.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pbean pbean merged commit cbaf7e2 into main Jun 19, 2026
3 checks passed
@pbean pbean deleted the fix/release-arm64-xdg-utils branch June 19, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant