Skip to content

Commit 5533b06

Browse files
authored
CI: try excluding i686 to fix package publishing (#16)
1 parent 44aec8d commit 5533b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
matrix:
8787
os: [ubuntu-latest, windows-latest, macos-latest]
8888
arch: ["auto"]
89+
exclude:
90+
- arch: i686
8991
use_qemu: [false]
9092

9193
include:

0 commit comments

Comments
 (0)