kill the Linux ARM build (for now)

This commit is contained in:
tildearrow 2022-11-28 03:21:18 -05:00
parent e0de9040cd
commit 790d26cdb6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- { name: 'macOS x86_64', os: macos-latest, arch: x86_64 }
- { name: 'macOS ARM', os: macos-latest, arch: arm64 }
- { name: 'Linux x86_64', os: ubuntu-18.04, arch: x86_64 }
- { name: 'Linux ARM', os: ubuntu-18.04, arch: armhf }
#- { name: 'Linux ARM', os: ubuntu-18.04, arch: armhf }
fail-fast: false
name: ${{ matrix.config.name }}