mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-08 19:08:40 -05:00
image: fix bootstrapper install path
This commit is contained in:
parent
8749cafcbd
commit
e4ed24ee4f
@ -72,6 +72,6 @@ pkg_tar(
|
|||||||
":bootstrapper_linux_amd64",
|
":bootstrapper_linux_amd64",
|
||||||
],
|
],
|
||||||
mode = "0755",
|
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"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user