Skip to content

Commit d71dd53

Browse files
committed
remove windows-arm
1 parent 80bb300 commit d71dd53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
2525
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
2626
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
27-
- { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
2827
runs-on: ${{ matrix.os }}
2928
steps:
3029
- uses: actions/checkout@v4
@@ -83,11 +82,6 @@ jobs:
8382
with:
8483
filename: lua-language-server-win32-ia32.zip
8584
path: lua-language-server-win32-ia32
86-
- name: zip windows package win32-arm64
87-
uses: TheDoctor0/[email protected]
88-
with:
89-
filename: lua-language-server-win32-arm64.zip
90-
path: lua-language-server-win32-arm64
9185
- name: tar unix
9286
run: |
9387
chmod +x lua-language-server-linux-x64/lua-language-server

0 commit comments

Comments
 (0)