Skip to content

Commit ce9573f

Browse files
committed
add linux-arm64-glibc.2.17
1 parent 36cdb2e commit ce9573f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, platform: linux-x64, cross: general }
2020
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, platform: linux-x64, cross: zigbuild, glibc: 2.17 }
2121
- { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, platform: linux-arm64, cross: no_format }
22+
- { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, platform: linux-arm64, cross: zigbuild, glibc: 2.17 }
2223
- { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, platform: linux-musl, cross: cross }
2324
- { os: ubuntu-22.04, target: x86_64-unknown-freebsd, platform: linux-bsd, cross: no_format }
2425
- { os: macos-latest, target: x86_64-apple-darwin, platform: darwin-x64, cross: general }
@@ -78,7 +79,7 @@ jobs:
7879
if: ${{ matrix.cross == 'zigbuild' }}
7980
uses: actions/upload-artifact@v3
8081
with:
81-
name: lua-language-server-${{ matrix.platform }}.${{ matrix.glibc }}
82+
name: lua-language-server-${{ matrix.platform }}-glibc.${{ matrix.glibc }}
8283
path: ${{ github.workspace }}/artifact/
8384
release:
8485
needs: build

0 commit comments

Comments
 (0)