You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Docs Page: https://juju.is/docs/juju/tutorial
Issue: The
self-signed-certificate
app has no matching constraint forarch=arm64
.Steps to reproduce:
multipass launch --cpus 4 --memory 8G --disk 50G --name my-juju-vm charm-dev
juju bootstrap microk8s 34microk8s
juju add-model chat
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.The text was updated successfully, but these errors were encountered: