image: fix bootstrapper install path

This commit is contained in:
Malte Poll 2023-10-10 09:57:31 +02:00 committed by Malte Poll
parent 8749cafcbd
commit e4ed24ee4f

View File

@ -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"],
)