Skip to content

Commit

Permalink
test: arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Feb 1, 2024
1 parent c902be0 commit 2811905
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
./tests/integration/pre_run_script.sh"
juju-channel: 3.1/stable
self-hosted-runner: true
self-hosted-runner-label: "xlarge"
self-hosted-runner-label: "ARM64"
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
secrets: inherit
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"
self-hosted-runner-label: "ARM64"
6 changes: 6 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ bases:
- build-on:
- name: ubuntu
channel: "22.04"
architectures:
- amd64
- arm64
run-on:
- name: ubuntu
channel: "22.04"
architectures:
- amd64
- arm64

0 comments on commit 2811905

Please sign in to comment.