Commit ce0f158
authored
Use correct platform for
Summary: Use correct platform for `container_push` pusher binary
I'm not sure why upstream switched this to
[target](bazelbuild/rules_docker@e48c7cc),
but this fails on our current GitHub runners ([build
link](https://github.com/pixie-io/pixie/actions/runs/25715727034/job/75507683014)):
```
Target //k8s/vizier:vizier_images_push up-to-date:
bazel-bin/k8s/vizier/vizier_images_push
INFO: Elapsed time: 817.792s, Critical Path: 223.45s
INFO: 5492 processes: 430 remote cache hit, 48 internal, 5014 processwrapper-sandbox.
INFO: Build completed successfully, 5492 total actions
INFO:
INFO: Running command line: bazel-bin/k8s/vizier/vizier_images_push
INFO: Streaming build results to: https://app.buildbuddy.io/invocation/27eff3a9-fc64-4408-8ca4-1c57014fb23d
/github/home/.cache/bazel/_bazel_root/56ec069a32c4abebc78228236a835895/execroot/px/bazel-out/k8-opt/bin/k8s/vizier/vizier_images_push.runfiles/px/k8s/vizier/vizier_images_push.0.push: line 31: /github/home/.cache/bazel/_bazel_root/56ec069a32c4abebc78228236a835895/execroot/px/bazel-out/k8-opt/bin/k8s/vizier/vizier_images_push.runfiles/px/../io_bazel_rules_docker/container/go/cmd/pusher/pusher_/pusher: cannot execute binary file: Exec format error
```
Relevant Issues: N/A
Type of change: /kind bugfix
Test Plan: vizier-release job tested with a similar change. I
ccidentally used `cfg = "host"` on the latest build but should have same
effect.
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>container_push pusher binary (#2372)1 parent 44d42f1 commit ce0f158
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments