Skip to content

Commit

Permalink
docs(linux): clearify warning about ARM AppImage support
Browse files Browse the repository at this point in the history
saw multiple people ignore the headline making them think x86 appimages weren't a thing
  • Loading branch information
FabianLars committed Sep 23, 2024
1 parent efb11f3 commit aa4eacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Manual compilation is suitable when you don't need to compile your application f

:::warning

AppImages can only be built on ARM devices. To avoid Tauri from building it, you can customize tauri.conf.json in the src-tauri folder. Adjust the "targets" array to include only the desired platforms for your ARM-based device. For instance:
ARM AppImages can only be built on ARM devices. To avoid Tauri from building it when cross-compiling, you can customize tauri.conf.json in the src-tauri folder. Adjust the "targets" array to include only the desired platforms for your ARM-based device. For instance:

"targets": ["deb", "nsis", "msi", "app", "dmg", "updater"],

Expand Down Expand Up @@ -234,7 +234,7 @@ For automated ARM executable builds on GitHub, we'll use the [arm-runner-action]

:::warning

AppImages can only be built on ARM devices. To avoid Tauri from building it, you can customize tauri.conf.json in the src-tauri folder. Adjust the "targets" array to include only the desired platforms for your ARM-based device. For instance:
ARM AppImages can only be built on ARM devices. To avoid Tauri from building it when cross-compiling, you can customize tauri.conf.json in the src-tauri folder. Adjust the "targets" array to include only the desired platforms for your ARM-based device. For instance:

"targets": ["deb", "nsis", "msi", "app", "dmg", "updater"],

Expand Down

0 comments on commit aa4eacd

Please sign in to comment.