Skip to content

Commit

Permalink
Build with charmcraft 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 23, 2024
1 parent 46e6178 commit bd2f8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .charmcraft-channel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.x/stable
6 changes: 5 additions & 1 deletion .github/workflows/vsphere-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Read charmcraft version file
id: charmcraft
run: echo "channel=$(cat .charmcraft-channel)" >> $GITHUB_OUTPUT
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -17,7 +20,8 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: vsphere
juju-channel: 3.1/stable
juju-channel: 3/stable
charmcraft-channel: ${{ steps.charmcraft.outputs.channel }}
credentials-yaml: ${{ secrets.CREDENTIALS_YAML }}
clouds-yaml: ${{ secrets.CLOUDS_YAML }}
bootstrap-constraints: "arch=amd64 cores=2 mem=4G"
Expand Down

0 comments on commit bd2f8a4

Please sign in to comment.