feat: support linux aarch64

This commit is contained in:
aeongdesu
2023-09-07 09:22:11 +09:00
parent b7793f64c7
commit 1908302278
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
target: [x86_64, i686]
target: [x86_64, i686, aarch64]
steps:
- name: Checkout project
uses: actions/checkout@v3