Remove arm64 from workflow

This commit is contained in:
Peter Njeim 2022-01-28 14:40:37 -04:00 committed by GitHub
parent f8b2d8868a
commit 1511f01647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
arch: [x64, arm64] arch: [x64]
steps: steps:
- name: Dependencies - name: Dependencies
run: | run: |