Skip to content

Commit ef9abb6

Browse files
committed
Disable i686 from release
micromamba does not seem to release i686 builds
1 parent 6dc1c52 commit ef9abb6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ jobs:
3737
- runs-on: windows-latest
3838
target: x86_64-pc-windows-msvc
3939

40-
- runs-on: windows-latest
41-
target: i686-pc-windows-msvc
42-
4340
- runs-on: windows-latest
4441
target: aarch64-pc-windows-msvc
4542

4643
- runs-on: ubuntu-latest
4744
target: x86_64-unknown-linux-musl
4845

49-
- runs-on: ubuntu-latest
50-
target: i686-unknown-linux-musl
51-
5246
- runs-on: ubuntu-latest
5347
target: aarch64-unknown-linux-musl
5448

0 commit comments

Comments
 (0)