Skip to content

Commit

Permalink
Fix missing runtime(x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored May 21, 2024
1 parent 9b95358 commit d61cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d61cafb

Please sign in to comment.