diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2196d1e..02da42e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, 386] + arch: [amd64] # TODO: [amd64, 386] steps: - name: Set up QEMU @@ -89,7 +89,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, 386] + arch: [amd64] # TODO: [amd64, 386] steps: - name: Set up QEMU