Skip to content

Commit

Permalink
Add arm64 support to smartctl-exporter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Oct 1, 2024
1 parent a12c69d commit 250ffa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-plans/configs/smartctl-exporter-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ templates = {
source = "./templates/github/snap_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]",
}
}
promote = {
Expand All @@ -28,7 +28,7 @@ templates = {
source = "./templates/github/snap_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]",
}
}
yamllint = {
Expand Down

0 comments on commit 250ffa8

Please sign in to comment.