Skip to content

Kernels v0.0.12

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Apr 04:49
f371098
fix: normalize kernel output dirs from x86_64 to amd64 (#18)

* fix: normalize kernel output dirs from x86_64 to amd64

The infra orchestrator's TargetArch() uses Go's runtime.GOARCH convention
(amd64) but kernels were stored under x86_64/, causing gcsfuse stat misses
and a ~15-40ms penalty per sandbox create on GCE nodes.

Map x86_64 -> amd64 in build output so GCS paths match what the
orchestrator looks up. Include a migration script for existing buckets.

* Fix escaping