@@ -46,32 +46,35 @@ var ogcSupported = []LayoutOS{
46
46
Username : "ubuntu" ,
47
47
RemotePath : "/home/ubuntu/agent" ,
48
48
},
49
- {
50
- OS : define.OS {
51
- Type : define .Linux ,
52
- Arch : define .ARM64 ,
53
- Distro : runner .Ubuntu ,
54
- Version : "22.04" ,
55
- },
56
- Provider : Google ,
57
- InstanceSize : "t2a-standard-4" , // 4 arm64 cpus, 16 GB RAM
58
- RunsOn : "ubuntu-2204-lts-arm64" ,
59
- Username : "ubuntu" ,
60
- RemotePath : "/home/ubuntu/agent" ,
61
- },
62
- {
63
- OS : define.OS {
64
- Type : define .Linux ,
65
- Arch : define .ARM64 ,
66
- Distro : runner .Ubuntu ,
67
- Version : "20.04" ,
68
- },
69
- Provider : Google ,
70
- InstanceSize : "t2a-standard-4" , // 4 arm64 cpus, 16 GB RAM
71
- RunsOn : "ubuntu-2004-lts-arm64" ,
72
- Username : "ubuntu" ,
73
- RemotePath : "/home/ubuntu/agent" ,
74
- },
49
+ // These instance types are experimental on Google Cloud and very unstable
50
+ // We will wait until Google introduces new ARM instance types
51
+ // https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu
52
+ // {
53
+ // OS: define.OS{
54
+ // Type: define.Linux,
55
+ // Arch: define.ARM64,
56
+ // Distro: runner.Ubuntu,
57
+ // Version: "22.04",
58
+ // },
59
+ // Provider: Google,
60
+ // InstanceSize: "t2a-standard-4", // 4 arm64 cpus, 16 GB RAM
61
+ // RunsOn: "ubuntu-2204-lts-arm64",
62
+ // Username: "ubuntu",
63
+ // RemotePath: "/home/ubuntu/agent",
64
+ // },
65
+ // {
66
+ // OS: define.OS{
67
+ // Type: define.Linux,
68
+ // Arch: define.ARM64,
69
+ // Distro: runner.Ubuntu,
70
+ // Version: "20.04",
71
+ // },
72
+ // Provider: Google,
73
+ // InstanceSize: "t2a-standard-4", // 4 arm64 cpus, 16 GB RAM
74
+ // RunsOn: "ubuntu-2004-lts-arm64",
75
+ // Username: "ubuntu",
76
+ // RemotePath: "/home/ubuntu/agent",
77
+ // },
75
78
{
76
79
OS : define.OS {
77
80
Type : define .Linux ,
0 commit comments