Skip to content

Commit

Permalink
just remove windows arch from targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakuhito committed Jul 4, 2024
1 parent 36abb5b commit 379d5bb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
build: |
set -e &&
yarn build --target aarch64-unknown-linux-gnu
- host: windows-latest
target: aarch64-pc-windows-msvc
build: |
set -e &&
yarn build --target aarch64-pc-windows-msvc
name: stable - ${{ matrix.settings.target }} - node@20
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions npm/win32-arm64-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions npm/win32-arm64-msvc/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"triples": {
"additional": [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-pc-windows-msvc"
"aarch64-unknown-linux-gnu"
]
}
},
Expand Down

0 comments on commit 379d5bb

Please sign in to comment.