瀏覽代碼

CI: add x86_64 build

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 3 年之前
父節點
當前提交
87c1b9980f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/multi-arch-test-build.yml

+ 3 - 0
.github/workflows/multi-arch-test-build.yml

@@ -40,6 +40,9 @@ jobs:
           - arch: i386_pentium-mmx
             target: x86-geode
 
+          - arch: x86_64
+            target: x86-64
+
     steps:
       - uses: actions/checkout@v2
         with: