Skip to content

Commit c71bc48

Browse files
committed
add arm64 build, skip luajit building
1 parent 270c9b0 commit c71bc48

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- os: win64
1717
cos: "x64 -DFISHELLEXT=on"
1818
ext: dll
19+
- os: arm64
20+
cos: "ARM64 -DFISHELLEXT=on"
21+
ext: dll
1922
runs-on: windows-latest
2023
steps:
2124
- uses: actions/checkout@v5
@@ -36,21 +39,21 @@ jobs:
3639
move ..\src\FreeImage.h include
3740
move Release\*.lib lib
3841
7z a ..\${{ matrix.os }}-dev.7z include lib
39-
- name: Compile LuaJIT
40-
shell: cmd
41-
run: |
42-
curl -OL https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.0-beta3.zip
43-
curl -OL https://github.com/nyfair/fi-luajit/archive/master.zip
44-
7z x *.zip
45-
cd LuaJIT-2.1.0-beta3\src
46-
msvcbuild amalg
47-
- name: Make Lua Binding
48-
run: |
49-
cd LuaJIT-2.1.0-beta3\src
50-
md lua
51-
move ..\..\fi-luajit-master\*.lua lua
52-
move ..\..\fi-luajit-master\test\* .
53-
7z a ..\..\${{ matrix.os }}-luajit-bind.7z *.exe *.dll *.lua lua
42+
# - name: Compile LuaJIT
43+
# shell: cmd
44+
# run: |
45+
# curl -OL https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.0-beta3.zip
46+
# curl -OL https://github.com/nyfair/fi-luajit/archive/master.zip
47+
# 7z x *.zip
48+
# cd LuaJIT-2.1.0-beta3\src
49+
# msvcbuild amalg
50+
# - name: Make Lua Binding
51+
# run: |
52+
# cd LuaJIT-2.1.0-beta3\src
53+
# md lua
54+
# move ..\..\fi-luajit-master\*.lua lua
55+
# move ..\..\fi-luajit-master\test\* .
56+
# 7z a ..\..\${{ matrix.os }}-luajit-bind.7z *.exe *.dll *.lua lua
5457
- name: Upload
5558
uses: svenstaro/upload-release-action@v2
5659
with:

0 commit comments

Comments
 (0)