question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
burgilcommented, Jun 6, 2022

Sure thank you, please submit a pull request if you believe others can benefit from your fork 😃

1reaction
vaibhavpandeyvpzcommented, Jun 6, 2022

I meant bigger enterprise like the one this issue is concerned must use Azure for CI/CD.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found