Skip to content

Commit fddf1c2

Browse files
authored
Merge pull request #29 from northrup/master
Add build for arm64
2 parents 2df9f9d + 8586ef9 commit fddf1c2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/electron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
run: npx electron-forge publish --platform linux --arch=armv7l
23+
- name: build and publish arm64
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
run: npx electron-forge publish --platform linux --arch=arm64
2327

2428
build_on_mac:
2529
runs-on: macos-14

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ Enjoy
5959
## Contributing
6060

6161
Contribution is welcome. PRs will only be accepted against the Dev-Branch.
62+
63+
## Troubleshooting
64+
Since we are not able to test every Linux-Version out there, we're collecting some "workarounds" and tips if there are problems with the Linux-Version.
65+
* Problem: libasound.so.2 cannot be found AND possible Problems for Raspberry: [Blogpost from DB4SCW (Thank u!)](https://www.db4scw.de/getting-waveloggate-to-run-on-the-raspberry-pi/)
66+
##

0 commit comments

Comments
 (0)