Skip to content

Commit

Permalink
Add arm64 to tailscale workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Dec 6, 2024
1 parent f7933be commit 7cb467b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-plans/configs/tailscale-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 @@ -30,7 +30,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 7cb467b

Please sign in to comment.