Skip to content

Commit

Permalink
Add x86_64 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov committed Mar 18, 2024
1 parent b243f4d commit 5b29017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
architecture:
strategy:
matrix:
target: [x86]
target: [x86, x86_64]
runs-on: ubuntu-latest
steps:
- name: Checkout branch
Expand Down

0 comments on commit 5b29017

Please sign in to comment.