Commit 6466e90
committed
Fix multi-platform Docker build failures in CI
Remove BuildKit cache mounts from pixi-installer stage to resolve QEMU
emulation issues when building ARM64 images on AMD64 runners. The cache
mounts cause apt-get operations to fail with exit code 100 in emulated
environments.
Also remove unused BASE_IMAGE build argument from CI workflow since the
hardened Dockerfile now uses digest-pinned base images.
Changes:
- Remove --mount=type=cache flags from pixi-installer stage
- Remove BASE_IMAGE and GPU_BASE_IMAGE env vars from workflow
- Remove build-args: BASE_IMAGE from build step1 parent 926e054 commit 6466e90
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
| |||
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
126 | | - | |
127 | 123 | | |
128 | 124 | | |
129 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
0 commit comments