client icon indicating copy to clipboard operation
client copied to clipboard

Include architecture in AppImage and MacPkg artifacts

Open fmoc opened this issue 4 years ago • 1 comments

The craft-provided AppImages our CI/CD environment builds emit the architecture. Typically, AppImages follow the scheme <name>[-<version>]-<arch>.AppImage, e.g., someapp-x86_64.AppImage. This is the only way to make transparent to users which architectures the AppImage works on. Other packages, e.g., Linux packages or MSI bundles, also embed an architecture.

I suppose we need to change this in craft, @TheOneRing?

fmoc avatar Oct 29 '21 21:10 fmoc

At the moment we only use the provided by the src job. https://gitea.owncloud.services/client/build/src/branch/2.10/craft.ps1#L18

TheOneRing avatar Nov 02 '21 11:11 TheOneRing

Done.

fmoc avatar Oct 28 '22 15:10 fmoc