Skip to content

Commit

Permalink
fix(ci): remove win32-ia32 builds
Browse files Browse the repository at this point in the history
no longer supported by VS Code for extensions.
(And adlt makes no sense with 32bit either.)
  • Loading branch information
mbehr1 committed Mar 17, 2024
1 parent 8cc44ed commit 9d8459f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
platform: win32
arch: x64
npm_config_arch: x64
- os: windows-latest
platform: win32
arch: ia32
npm_config_arch: ia32
# - os: windows-latest
# platform: win32
# arch: arm64
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
platform: win32
arch: x64
npm_config_arch: x64
#- os: windows-latest
# platform: win32
# arch: ia32
# npm_config_arch: ia32
# - os: windows-latest
# platform: win32
# arch: arm64
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
platform: win32
arch: x64
npm_config_arch: x64
- os: windows-latest
platform: win32
arch: ia32
npm_config_arch: ia32
# - os: windows-latest
# platform: win32
# arch: arm64
Expand Down

0 comments on commit 9d8459f

Please sign in to comment.