Skip to content
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

umbrel-dev: How to test app wih Apple M1? #1129

Closed
tiero opened this issue Nov 26, 2021 · 4 comments
Closed

umbrel-dev: How to test app wih Apple M1? #1129

tiero opened this issue Nov 26, 2021 · 4 comments

Comments

@tiero
Copy link
Contributor

tiero commented Nov 26, 2021

I have an Apple M1 and seems can't install Virtualbox

Error: Cask virtualbox depends on hardware architecture being one of [{:type=>:intel, :bits=>64}], but you are running {:type=>:arm, :bits=>64}.

There is any way to test apps on Umbrel? directly on rasbperry pi?

@aphex3k
Copy link
Contributor

aphex3k commented Nov 26, 2021

@tiero
Copy link
Contributor Author

tiero commented Nov 27, 2021

mmm is needed this to be merged first? getumbrel/umbrel-dev#23

@louneskmt
Copy link
Contributor

You can checkout the parallels branch.

@nmfretz
Copy link
Collaborator

nmfretz commented May 29, 2023

If anyone is making their way to this old issue, new instructions for umbrel-dev are found here:
https://github.com/getumbrel/umbrel-dev

Deprecated

The umbrel-dev CLI is now deprecated. To virtualize a local Umbrel instance for development we recommend using Multipass.

Once Multipass is installed you can run an Umbrel VM with:

multipass launch --name umbrel-dev --disk 10G
multipass exec umbrel-dev -- sh -c 'curl -L https://umbrel.sh | bash'

You can get an interactive shell inside the VM with:

multipass shell umbrel-dev

@nmfretz nmfretz closed this as completed May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants