There was an error while loading. Please reload this page.
1 parent 8c26cf5 commit ee3d0d2Copy full SHA for ee3d0d2
1 file changed
container/load.bzl
@@ -67,22 +67,22 @@ container_load = repository_rule(
67
"_loader_darwin": attr.label(
68
executable = True,
69
default = Label("@loader_darwin//file:downloaded"),
70
- cfg = "host",
+ cfg = "exec",
71
),
72
"_loader_linux_amd64": attr.label(
73
74
default = Label("@loader_linux_amd64//file:downloaded"),
75
76
77
"_loader_linux_arm64": attr.label(
78
79
default = Label("@loader_linux_arm64//file:downloaded"),
80
81
82
"_loader_linux_s390x": attr.label(
83
84
default = Label("@loader_linux_s390x//file:downloaded"),
85
86
87
},
88
implementation = _impl,
0 commit comments