We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c6162 commit 4be30ddCopy full SHA for 4be30dd
.github/workflows/build.yml
@@ -21,7 +21,6 @@ jobs:
21
matrix:
22
include:
23
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
24
- - { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
25
- { os: macos-11, target: darwin, platform: darwin-x64 }
26
- { os: macos-11, target: darwin, platform: darwin-arm64 }
27
- { os: windows-latest, target: windows, platform: win32-ia32 }
make.lua
@@ -28,6 +28,7 @@ elseif platform.OS == 'Linux' then
28
if lm.platform == nil then
29
elseif lm.platform == "linux-x64" then
30
elseif lm.platform == "linux-arm64" then
31
+ -- TODO: not implement
32
lm.compiler = "clang"
33
lm.target = "arm64-pc-linux-gnu"
34
else
0 commit comments