-
Notifications
You must be signed in to change notification settings - Fork 91
docs: Tutorial updates #2228
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
docs: Tutorial updates #2228
Conversation
| If your host uses ARM64 architecture, open ``rockcraft.yaml`` in a | ||
| text editor and include ``arm64`` under ``platforms``. | ||
| If your host uses ARM architecture, open ``rockcraft.yaml`` in a | ||
| text editor, comment out ``amd64``, and include ``arm64`` under ``platforms``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lengau Can Charmcraft run on ARMhf systems?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically yes, but the last time snapcraft.io reports a nonzero number of users on armhf (2) was April of last year. One would have to deploy their own juju runners to run charms on armhf AFAIK.
| If you'd like to manually reset your working environment, you can run the | ||
| following in the rock directory ``~/django-hello-world`` for the tutorial: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for work in the next cycle: In other tutorials I made this a required step, even though it was optional. We're not to fork in tutorials.
| If you'd like to manually reset your working environment, you can run the | ||
| following in the rock directory ``~/fastapi-hello-world`` for the tutorial: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you'd like to manually reset your working environment, you can run the | |
| following in the rock directory ``~/fastapi-hello-world`` for the tutorial: | |
| If you'd like to manually reset your working environment, you can run the | |
| following in the ``~/fastapi-hello-world`` directory: |
This flows more cleanly to me, but I might be missing the meaning.
Three updates that expand over all four tutorials. These changes were suggested from one or more UX sessions.
Summary of changes:
arm64, have them also comment outamd64. While there's no harm or issue with having both architectures available, for novice users, this change will eliminate any possible concern or worry over including both architectures in the YAML file(s).Additional reviewer: @jdkandersson