Built for arm64 on x64 doesn't mount
See original GitHub issue- Electron-Builder Version: 23.0.3
- Node Version: 16.4.2
- Electron Version: 19.0.1
- Electron Type (current, beta, nightly): current
- Target: darwin + arm64
The dmg file built for arm64 (with --arm64
option) does not open on M1
chip laptops. Possible reason is here packages/dmg-builder/src/dmg.ts#L202 since to enable APFS
, it checks if current process is running on arm64
, not the option we passed. Then on laptops with M1
, hdiutil
cannot mount HFS
filesystems.
Issue Analytics
- State:
- Created a year ago
- Comments:15
Top Results From Across the Web
Why does my native application compiled on Apple Silicon ...
When I compile this directly using cc on an Apple Silicon device, it produces an arm64 executable: % cc hello.c -o hello %...
Read more >Install Ubuntu Desktop 22.04 ARM64 on macOS Apple Silicon ...
Use Menubar: Menubar → Actions → Install Parallels Tools · Use ISO: mount Parallels ARM64 tools ISO and install:.
Read more >arm64 ISO and VHDX images? | Page 5 - Parallels Forums
Hi. U can not to use Windows 10 64bit .iso file, U mast to download ARM windows version! Look here how to :...
Read more >Installing PowerShell on Windows - Microsoft Learn
Use your favorite zip utility to unzip the package to a directory within the mounted Nano Server image. Unmount the image and boot...
Read more >Installing - Jellyfin
The Jellyfin project and its contributors offer a number of pre-built binary packages to ... There is currently an issue with read-only mounts...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure thank you, please submit a pull request if you believe others can benefit from your fork 😃
I meant bigger enterprise like the one this issue is concerned must use Azure for CI/CD.