From 50e7a2b954c64bd6695edeebcfbc158f4a7aff85 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Fri, 6 Dec 2024 14:14:29 +1030 Subject: [PATCH 1/2] 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 937935b..f7502c9 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]]", channels = "latest/edge" } } From e5379d27aead80fdadd31ef14b63d25f43ab6cb1 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Fri, 6 Dec 2024 14:25:46 +1030 Subject: [PATCH 2/2] fix lint --- terraform-plans/configs/tailscale-snap_main.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-plans/configs/tailscale-snap_main.tfvars b/terraform-plans/configs/tailscale-snap_main.tfvars index f7502c9..cfb7026 100644 --- a/terraform-plans/configs/tailscale-snap_main.tfvars +++ b/terraform-plans/configs/tailscale-snap_main.tfvars @@ -30,7 +30,7 @@ templates = { source = "./templates/github/snap_release.yaml.tftpl" destination = ".github/workflows/release.yaml" vars = { - runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]", + runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]", channels = "latest/edge" } }