Skip to content

Commit 0d64588

Browse files
committed
cfg
1 parent 04707bd commit 0d64588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oci/private/push.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ _attrs = {
172172
),
173173
"_crane": attr.label(
174174
default = "@oci_crane_toolchains//:current_toolchain",
175+
cfg = "exec",
175176
),
176177
"_push_sh_tpl": attr.label(
177178
default = "push.sh.tpl",
@@ -181,6 +182,7 @@ _attrs = {
181182
"_windows_constraint": attr.label(default = "@platforms//os:windows"),
182183
"_jq": attr.label(
183184
default = "@jq_toolchains//:resolved_toolchain",
185+
cfg = "exec",
184186
),
185187
}
186188

0 commit comments

Comments
 (0)