What's wrong with my appimage.yml

I’m experimenting with building AppImages on OBS: https://build.opensuse.org/package/show/home:linuxbuild/hw-probe

I can’t build the AppImage and logs are empty. What is wrong with my appimage.yml?

Meta:


<project name="home:linuxbuild">
  <title>linuxbuild</title>
  <description/>
  <person userid="linuxbuild" role="maintainer"/>
  <publish>
    <enable/>
  </publish>
  <repository name="openSUSE_Factory">
    <path project="openSUSE:Factory" repository="standard"/>
    <arch>x86_64</arch>
    <arch>i586</arch>
  </repository>
  <repository name="AppImage">
    <path project="OBS:AppImage" repository="AppImage"/>
    <arch>x86_64</arch>
    <arch>i586</arch>
  </repository>
</project>

Thank you.

Fixed by:

  • Do not download anything from outside but use local files from the OBS home repository instead
  • Add desktop file