We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bb21f commit 860d1b5Copy full SHA for 860d1b5
.github/workflows/build.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Configure arm64 build for Linux
69
if: matrix.os == 'ubuntu-22.04-arm'
70
run: |
71
+ LINE=$(cat electron-builder.json | grep -n snap | cut -d ':' -f 1)
72
sed "$((LINE-1)),$((LINE+2))d" electron-builder.json | sed 's/x64/arm64/g' > electron-builder.json.tmp
73
mv electron-builder.json.tmp electron-builder.json
74
- name: install Linux dev tools
0 commit comments