From 7cb467b802593c67e675e08eea4c857e4096df69 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Fri, 6 Dec 2024 14:14:29 +1030 Subject: [PATCH] Add arm64 to tailscale workflows --- terraform-plans/configs/tailscale-snap_main.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {