Skip to content

Commit

Permalink
build using specific charmcraft snap
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 23, 2024
1 parent 4c9321d commit 97c314c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .charmcraft-channel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.x/stable
4 changes: 4 additions & 0 deletions .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 @@ -20,6 +23,7 @@ jobs:
juju-channel: 3/stable
credentials-yaml: ${{ secrets.CREDENTIALS_YAML }}
clouds-yaml: ${{ secrets.CLOUDS_YAML }}
charmcraft-channel: ${{ steps.charmcraft.outputs.channel }}
bootstrap-constraints: "arch=amd64 cores=2 mem=4G"
bootstrap-options: >-
${{ secrets.JAMMY_BOOTSTRAP_OPTIONS }}
Expand Down

0 comments on commit 97c314c

Please sign in to comment.