Fix missing runtime(x86_64)

This commit is contained in:
Vera-Firefly 2024-05-22 00:53:56 +08:00 committed by GitHub
parent 9b95358939
commit d61cafba97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
if: github.repository_owner == 'FCL-Team' && !startsWith(github.ref, 'refs/pull/')
strategy:
matrix:
arch: [ "all", "arm", "arm64", "x86", "x64" ]
arch: [ "all", "arm", "arm64", "x86", "x86_64" ]
fail-fast: false
env:
FCL_KEYSTORE_PASSWORD: ${{ secrets.FCL_KEYSTORE_PASSWORD }}