From fa67dbd06cd4b136b5f589405e38fcc8e52d2315 Mon Sep 17 00:00:00 2001 From: Elliot Date: Sat, 2 Apr 2022 11:23:16 +0300 Subject: [PATCH] Change from arm to armhf #24 (#29) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33b49c4..08b4e1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,10 +64,10 @@ jobs: ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool run: | - make deb TARGET_ARCH=arm + make deb TARGET_ARCH=armhf cp pkg/deb/*.deb outputs/ - make appimg TARGET_ARCH=arm + make appimg TARGET_ARCH=armhf cp pkg/AppImage/*.AppImage outputs/ # Lots of repeated stuff, but well :\