Update build.yml

This commit is contained in:
klzgrad 2021-02-28 17:45:19 +08:00 committed by GitHub
parent 98cf1a88d8
commit f053903302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
arch: [arm64, arm]
arch: [arm64]
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.arch }}"'
steps: