mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Fix Shardok push: don't use --platforms for push script (#4787)
The push script runs on the host (macOS) and needs native tools like jq. Using --platforms=//:linux_x86_64 caused it to try running Linux binaries. The image is already built for Linux; the push just uploads it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -79,4 +79,6 @@ jobs:
|
||||
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.push_images == 'true')
|
||||
env:
|
||||
DOCKER_CONFIG: ${{ github.workspace }}/.docker
|
||||
run: bazel run --platforms=//:linux_x86_64 //ci:shardok_server_push
|
||||
# Note: Don't use --platforms here. The image is already built for Linux,
|
||||
# but the push script runs on the host (macOS) and needs native tools.
|
||||
run: bazel run //ci:shardok_server_push
|
||||
|
||||
Reference in New Issue
Block a user