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

Get started with Juju tutorial unable to run on ARM architecture #3544

Open
hdoty opened this issue Jan 9, 2025 · 0 comments
Open

Get started with Juju tutorial unable to run on ARM architecture #3544

hdoty opened this issue Jan 9, 2025 · 0 comments

Comments

@hdoty
Copy link

hdoty commented Jan 9, 2025

Docs Page: https://juju.is/docs/juju/tutorial

Issue: The self-signed-certificate app has no matching constraint for arch=arm64.

Steps to reproduce:

  1. Install Multipass for MacOS
  2. Create VM multipass launch --cpus 4 --memory 8G --disk 50G --name my-juju-vm charm-dev
  3. Boostrap controller juju bootstrap microk8s 34microk8s
  4. Create model: juju add-model chat
  5. Deploy app: juju deploy self-signed-certificates

Deploying this app on arm64 causes it to fail. When running juju deploy self-signed-certificates --constraints "arch=arm64", the deploy fails saying there is no match for this constraint.

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

1 participant