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.

Cannot set machine from deb_arch 'armv7l'

See original GitHub issue
  • Version: 20.38.5
  • Target: linux armv7l

I keep getting the error Cannot set machine from deb_arch 'armv7l' on my macOS 10.14.3, but actually the same error occurs on an Ubuntu 18.04 machine.

  • electron-builder version=20.38.5
  • loaded configuration file=package.json ("build" field)
  • writing effective config file=release/builder-effective-config.yaml
  • no native production dependencies
  • packaging       platform=linux arch=armv7l electron=3.0.10 appOutDir=release/linux-armv7l-unpacked
  • building        target=snap arch=armv7l file=release/fridge-consumer-electron_0.17.1_armv7l.snap
  • building        target=AppImage arch=armv7l file=release/ElectronReact 0.17.1 armv7l.AppImage
Cannot set machine from deb_arch 'armv7l'
  ⨯ exit status 2
github.com/develar/app-builder/pkg/util.ExecuteWithInheritedStdOutAndStdErr
        /Volumes/data/Documents/app-builder/pkg/util/util.go:59
github.com/develar/app-builder/pkg/package-format/snap.buildUsingDocker
        /Volumes/data/Documents/app-builder/pkg/package-format/snap/snap.go:371
github.com/develar/app-builder/pkg/package-format/snap.Snap
        /Volumes/data/Documents/app-builder/pkg/package-format/snap/snap.go:230
github.com/develar/app-builder/pkg/package-format/snap.ConfigureCommand.func1
        /Volumes/data/Documents/app-builder/pkg/package-format/snap/snap.go:103
github.com/alecthomas/kingpin.(*actionMixin).applyActions
        /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/actions.go:28
github.com/alecthomas/kingpin.(*Application).applyActions
        /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:557
github.com/alecthomas/kingpin.(*Application).execute
        /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:390
github.com/alecthomas/kingpin.(*Application).Parse
        /Volumes/data/go/pkg/mod/github.com/alecthomas/kingpin@v2.2.6+incompatible/app.go:222
main.main
        /Volumes/data/Documents/app-builder/main.go:78
runtime.main
        /usr/local/Cellar/go/1.11.4/libexec/src/runtime/proc.go:201
runtime.goexit
        /usr/local/Cellar/go/1.11.4/libexec/src/runtime/asm_amd64.s:133

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, Jun 14, 2019

Fixed in 20.434.0.

1reaction
AlexanderKosianchukcommented, Mar 21, 2019

Got the same

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build on an armv7l architecture ends up with "Cannot set ...
I am trying to build my app with electron builder and publish it to my github repo, so I use the command electron-builder...
Read more >
Getting started with Docker for Arm using buildx on Linux
Let's see how to use Docker for Arm software development using the new buildx feature on Linux to create multi-architecture container images and ......
Read more >
Install Docker Engine on Debian
Install using the repository . Before you install Docker Engine for the first time on a new host machine, you need to...
Read more >
CLI 2.0 fails to install on Raspberry Pi: 403 Forbidden [IP
I have a feeling it is going to print armhf on your machine. Depending on your OS, you can try replacing the $(dpkg...
Read more >
Faking CPU architecture on Debian - ubuntu - Server Fault
I have a server which uses the armhf (armv7l, Cortex A9 ARMv7 to be ... file or directory locale: Cannot set LC_ALL to...
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