diff options
author | Aidan Kane <aidankane@gmail.com> | 2022-01-04 23:27:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 23:27:36 +0000 |
commit | 23ca0b0ee9d8ffebca2a2181a5c94c545d575f5c (patch) | |
tree | b765b0b3ed7200a4427553579b50b489c6389198 /.github | |
parent | db575065af7c0fab76f6d3d7964ae84244757c91 (diff) | |
download | lua-language-server-23ca0b0ee9d8ffebca2a2181a5c94c545d575f5c.zip |
Build for linux arm64
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31c8d7f8..19e73495 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: matrix: include: - { os: ubuntu-18.04, target: linux, platform: linux-x64 } + - { os: ubuntu-18.04, target: linux, platform: linux-arm64 } - { os: macos-11, target: darwin, platform: darwin-x64 } - { os: macos-11, target: darwin, platform: darwin-arm64 } - { os: windows-latest, target: windows, platform: win32-ia32 } |