added aarch64 to the build matrix

This commit is contained in:
epi
2021-03-05 11:03:36 -06:00
parent b5abb8b6e8
commit 139006d0a7

View File

@@ -8,7 +8,7 @@ jobs:
if: github.ref == 'refs/heads/main'
strategy:
matrix:
type: [ubuntu-x64, ubuntu-x86, armv7]
type: [ubuntu-x64, ubuntu-x86, armv7, aarch64]
include:
- type: ubuntu-x64
os: ubuntu-latest