From 0fcc8e42e0077fbf170163fa7d5a9a64f6be7f54 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 Dec 2024 06:30:09 -0700 Subject: [PATCH] add first test of arm64 Github runner --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c68b54d..eb7757e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev patchelf - uses: actions/checkout@v4 - - run: cd linux && ./build.py x86_64 $RELEASE + - run: cd linux && ./build.py $RELEASE - uses: actions/upload-artifact@v4 with: if-no-files-found: error @@ -43,12 +43,12 @@ jobs: - run: chmod +x keyboard-configurator-x86_64.AppImage - run: xvfb-run ./keyboard-configurator-x86_64.AppImage --help-gtk - linux-arm65: + linux-arm64: runs-on: ubuntu-20.04 + architecture: arm64 steps: - run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev patchelf - - uses: actions/checkout@v4 - - run: cd linux && ./build.py aarch64 $RELEASE + - run: cd linux && ./build.py --arm64 $RELEASE - uses: actions/upload-artifact@v4 with: if-no-files-found: error @@ -57,6 +57,7 @@ jobs: linux-arm64-test: runs-on: ubuntu-latest + architecture: arm64 needs: linux-arm64 steps: - run: sudo apt-get install xvfb libfuse2