diff --git a/terraform-plans/configs/tailscale-snap_main.tfvars b/terraform-plans/configs/tailscale-snap_main.tfvars index 9e5d39d..4709815 100644 --- a/terraform-plans/configs/tailscale-snap_main.tfvars +++ b/terraform-plans/configs/tailscale-snap_main.tfvars @@ -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 = { @@ -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 = {