From b6ca6a57f5cc81b9c004e2cd2ba69a34a3f55e00 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Tue, 10 Oct 2023 09:57:31 +0200 Subject: [PATCH] image: fix bootstrapper install path --- bootstrapper/cmd/bootstrapper/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper/cmd/bootstrapper/BUILD.bazel b/bootstrapper/cmd/bootstrapper/BUILD.bazel index c2dfd1235cc..fd09f163360 100644 --- a/bootstrapper/cmd/bootstrapper/BUILD.bazel +++ b/bootstrapper/cmd/bootstrapper/BUILD.bazel @@ -72,6 +72,6 @@ pkg_tar( ":bootstrapper_linux_amd64", ], mode = "0755", - remap_paths = {"/platform:linux_amd64_gnu.2.23": "/usr/sbin/bootstrapper"}, + remap_paths = {"/platform:linux_amd64_gnu.2.23": "/usr/bin/bootstrapper"}, visibility = ["//visibility:public"], )