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 210d380 commit 83b16c4Copy full SHA for 83b16c4
.github/workflows/release.yml
@@ -64,6 +64,21 @@ jobs:
64
- name: Build x86 package
65
run: mv code.editor.fpk code.editor.x86.fpk
66
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
76
+ chmod +x ./build/fnpack-1.0.4-linux-amd64
77
+ ./build/fnpack-1.0.4-linux-amd64 build app
78
79
80
+ run: mv code.editor.fpk code.editor.arm.fpk
81
82
- name: Show files
83
run: ls
84
0 commit comments