Skip to content

Commit

Permalink
arm
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Sep 25, 2024
1 parent 1b57515 commit 3c78bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@test-runners-2
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
architecture: amd64
architecture: arm64
cloud: microk8s
microk8s-snap-channel: 1.31-strict/stable # renovate: latest microk8s
juju-agent-version: 3.4.5
Expand Down
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type: charm
bases:
- name: ubuntu
channel: "22.04"
architectures: [amd64]
architectures: [arm64]
parts:
charm:
build-snaps:
Expand Down

0 comments on commit 3c78bfe

Please sign in to comment.