Skip to content

Commit

Permalink
disable arm64 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Dec 9, 2024
1 parent 827fb8d commit 40bf778
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:

linux-arm64:
runs-on: ubuntu-20.04
architecture: arm64
- run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev patchelf
- run: cd linux && ./build.py --arm64 $RELEASE
- uses: actions/upload-artifact@v4
Expand All @@ -56,7 +55,6 @@ jobs:

linux-arm64-test:
runs-on: ubuntu-latest
architecture: arm64
needs: linux-arm64
steps:
- run: sudo apt-get install xvfb libfuse2
Expand Down

0 comments on commit 40bf778

Please sign in to comment.