Build and package the runsc metric-server binary in the gVisor release.

PiperOrigin-RevId: 683844740
This commit is contained in:
Etienne Perot
2024-10-08 19:16:16 -07:00
committed by gVisor bot
parent 47dade3f98
commit 62eaadcf3a
5 changed files with 8 additions and 6 deletions
+1
View File
@@ -663,6 +663,7 @@ $(RELEASE_KEY):
$(RELEASE_ARTIFACTS)/%:
@mkdir -p $@
@$(call copy,//runsc:runsc,$@)
@$(call copy,//runsc/cmd/metricserver:runsc-metric-server,$@)
@$(call copy,//shim:containerd-shim-runsc-v1,$@)
@$(call copy,//debian:debian,$@)