Commit 1e3edb0
fix(ci): add cross Docker image build step to build-and-publish workflow
The musl and aarch64 cross builds were failing with "Unable to find
image 'wallhack-cross:...' locally" because the custom Docker image
was never built before running cross. Add setup-buildx + build-push
steps (gated on matrix.custom_image) matching what pr.yml does.
Shares the GHA Docker layer cache via scope=cross-musl.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 44c5f4b commit 1e3edb0
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
94 | 109 | | |
95 | 110 | | |
96 | 111 | | |
| |||
0 commit comments