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

chore: use charmcraft 3 #84

Draft
wants to merge 1 commit into
base: 3.6
Choose a base branch
from
Draft

chore: use charmcraft 3 #84

wants to merge 1 commit into from

Conversation

wallyworld
Copy link
Member

@wallyworld wallyworld commented Nov 12, 2024

We can only currently build for one base, but we can remote build on launchpad and thus get builds for all supported arches.

To publish the charm, we need to manually update the manifest to add support for 20.04 and 22.04, until a decision is made about supporting multiple bases. Or we may need to manage separate charmcraft.yaml files.

The manual steps to do this were as follows:

charmcraft remote-build --launchpad-accept-public-upload

This will run builds on lp for the 4 supported arches and the end result is 4 charm files downloaded locally.
Unzip these charm files and edit the manifest.yaml to add support for both 22.04 and 20.04. Rezip the charm files.
Then the charms can be uploaded to charmhub:

charmcraft upload --name juju-controller --release 3.6/stable <charmfilename>

TODO - need to replace the Build Charms code with charmcraft remote-build

We can only currently build for one base, but we can remote build on launchpad
and thus get builds for all supported arches.
@manadart
Copy link
Member

Can you change this to a draft while it's in a fluid state?

@wallyworld wallyworld marked this pull request as draft November 13, 2024 00:29
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

Successfully merging this pull request may close these issues.

2 participants