We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2bd00 commit 2921ab6Copy full SHA for 2921ab6
internal/migration/migration.go
@@ -84,6 +84,9 @@ var BuildersPortedToLUCI = map[string]bool{
84
85
"solaris-amd64-oraclerel": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-solaris-amd64.
86
87
+ "plan9-386": true, "plan9-386-0intro": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-386.
88
+ "plan9-arm": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-arm.
89
+
90
// WebAssembly builders.
91
"js-wasm-node18": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-js-wasm.
92
"wasip1-wasm-wasmedge": true, // Would be 'wasip1-wasm_wasmedge' but put off until go.dev/issue/60097 picks up activity.
0 commit comments