Browse Source

CI: add x86_64 build

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 3 years ago
parent
commit
87c1b9980f
1 changed files with 3 additions and 0 deletions
  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: