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 #18871

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

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

hdoty opened this issue Jan 9, 2025 · 0 comments
Labels
kind/doc indicates a documentation change needs-triage issue is in need of triage

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.

@tmihoc tmihoc transferred this issue from juju/docs Feb 13, 2025
@jujubot jujubot added needs-kind issue is lacking a kind needs-triage issue is in need of triage labels Feb 13, 2025
@tmihoc tmihoc added the kind/doc indicates a documentation change label Feb 13, 2025
@jujubot jujubot removed the needs-kind issue is lacking a kind label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/doc indicates a documentation change needs-triage issue is in need of triage
Projects
None yet
Development

No branches or pull requests

3 participants