Skip to content

Commit 4be30dd

Browse files
committed
remove workflow for arm64
1 parent e8c6162 commit 4be30dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
matrix:
2222
include:
2323
- { os: ubuntu-18.04, target: linux, platform: linux-x64 }
24-
- { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
2524
- { os: macos-11, target: darwin, platform: darwin-x64 }
2625
- { os: macos-11, target: darwin, platform: darwin-arm64 }
2726
- { os: windows-latest, target: windows, platform: win32-ia32 }

make.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ elseif platform.OS == 'Linux' then
2828
if lm.platform == nil then
2929
elseif lm.platform == "linux-x64" then
3030
elseif lm.platform == "linux-arm64" then
31+
-- TODO: not implement
3132
lm.compiler = "clang"
3233
lm.target = "arm64-pc-linux-gnu"
3334
else

0 commit comments

Comments
 (0)