Skip to content

Commit

Permalink
[ci] Disable windows/i386 for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Oct 8, 2022
1 parent 7b43e7e commit d77a960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- { os: linux, arch: arm64, ext: "" }
- { os: windows, arch: amd64, ext: ".exe" }
- { os: windows, arch: arm64, ext: ".exe" }
- { os: windows, arch: i386, ext: ".exe" }
- { os: darwin, arch: amd64, ext: "" }
- { os: darwin, arch: arm64, ext: "" }
steps:
Expand Down

0 comments on commit d77a960

Please sign in to comment.