Skip to content

Commit

Permalink
Disable 386.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 30, 2025
1 parent 7df1020 commit 6ff649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [amd64, 386]
arch: [amd64] # TODO: [amd64, 386]

steps:
- name: Set up QEMU
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [amd64, 386]
arch: [amd64] # TODO: [amd64, 386]

steps:
- name: Set up QEMU
Expand Down

0 comments on commit 6ff649f

Please sign in to comment.