diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-07 21:22:21 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-07 21:23:59 +0200 |
| commit | 7a6e1ebb6e3257d62a472fe41aaead910904da54 (patch) | |
| tree | 7d83c64c32cbe9ea00b1c4cdb94db736830d8621 | |
| parent | 2ba5a5b4d311105c33dc59b17fbde6a82b7fb36a (diff) | |
.fmsbw/50-ubuntu22-appimage: hopefully fixed AppImage builds
I am unsure why it now suddenly causes problems.
pkg2appimage appears to download the appimagetool.
| -rwxr-xr-x | .fmsbw/50-ubuntu22-appimage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.fmsbw/50-ubuntu22-appimage b/.fmsbw/50-ubuntu22-appimage index ca987fa..57d2fcf 100755 --- a/.fmsbw/50-ubuntu22-appimage +++ b/.fmsbw/50-ubuntu22-appimage @@ -8,6 +8,7 @@ set -ex # via OBS. But there is no guarantee it is ready by the time # we run this CI job. # We should be fine, though unless committing at 6:00 in the morning. +export ARCH=x86_64 cd AppImage ~/pkg2appimage/squashfs-root/AppRun curses.yml |
