From a7cf4aab766f7585531ad316eb901c2e9f89c087 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 1 Dec 2023 03:43:36 +0600 Subject: [PATCH] Specify architecture --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 823f32226..3cb88348a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -67,7 +67,7 @@ for: # Package it all up - sh: mkdir dist - - sh: ./build/$APPIMAGE_TOOL --recipe dist_assets/linux/AppImageBuilder.yml + - sh: ARCH=x86_64 ./build/$APPIMAGE_TOOL --recipe dist_assets/linux/AppImageBuilder.yml after_build: - sh: ls -la build artifacts: