You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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