Commit 7cf2c7d
committed
Fix CircleCI: build on amd64 with earthly 0.8.16
The Earthfile requires earthly 0.8 (VERSION --global-cache 0.8), but CircleCI
pinned earthly 0.7.23. It also ran on arm.medium, while the cross-rs and
osxcross images are linux/amd64-only and the Earthfile pins
FROM --platform=linux/amd64. Switch to an amd64 machine (resource_class:
medium) and download earthly-linux-amd64 v0.8.16 so the images build natively.1 parent 4412126 commit 7cf2c7d
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
0 commit comments