-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish as arm64 image #30
Comments
Is there any updates on this? |
Since this try on #31, I didn't have time to rework on it. |
Just to provide some feedback (which is probably known). I get the following when trying the code in an M1 environment.
Maybe I am not running it correctly, but figured I would post back just in case. Thank you for all your hard work on this project. It has been a great tool in supporting documentation automation. |
I tried to build drawio-desktop for arm64. The problem is that drawio depends on electron-builder-binaries https://github.com/jgraph/drawio-desktop/blob/dev/package.json#L45 And when trying to build it on arm64 and generate a .deb, electron-builder will use fpm. The problem is that fpm doesn't have support for arm64: See: electron-userland/electron-builder-binaries#17 So I was able to build drawio-desktop (arm64) but not the corresponding .deb package. You can find the arm64 binary of drawio-desktop here: |
Seem that the next release of drawio-desktop will support arm64. |
Since v21.6.5, drawio desktop publish deb package on arm architecture |
🎉 This issue has been resolved in version 1.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Related to rlespinasse/drawio-export#80
The text was updated successfully, but these errors were encountered: