Skip to content

Commit 83b16c4

Browse files
committed
fix
1 parent 210d380 commit 83b16c4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@ jobs:
6464
- name: Build x86 package
6565
run: mv code.editor.fpk code.editor.x86.fpk
6666

67+
- name: Build arm backend
68+
run: npm run build:backend:arm
69+
70+
- name: Update arm platform in manifest file
71+
run: |
72+
sed -i "s|platform=platform|platform=arm|" app/manifest
73+
74+
- name: Build arm package
75+
run: |
76+
chmod +x ./build/fnpack-1.0.4-linux-amd64
77+
./build/fnpack-1.0.4-linux-amd64 build app
78+
79+
- name: Build arm package
80+
run: mv code.editor.fpk code.editor.arm.fpk
81+
6782
- name: Show files
6883
run: ls
6984

0 commit comments

Comments
 (0)