Skip to content

Commit

Permalink
ci: Add arm64 support for hardware-observer (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jneo8 authored Sep 23, 2024
1 parent 1c6e696 commit f94ac1a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ templates = {
source = "./templates/github/charm_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
test_commands = "['tox -e func -- -v --series focal', 'tox -e func -- -v --series jammy']",
runs_on = "[[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]",
test_commands = "['tox -e func -- -v --series focal --keep-model', 'tox -e func -- -v --series jammy --keep-model']",
}
}
promote = {
Expand All @@ -29,7 +29,7 @@ templates = {
source = "./templates/github/charm_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
runs_on = "[[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]",
}
}
}

0 comments on commit f94ac1a

Please sign in to comment.