You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed: context canceled
Error: async earthfile2llb for +cross-build: /var/folders/4j/nbs48t1s7l52fvv4vfnrrymw0000gp/T/earthly-git2974415865/Earthfile:126:8 with docker run: pull: resolve image config for ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:0.2.5: no match for platform in manifest: not found
in github.com/earthly/lib/rust+CROSS (Earthfile:74:2) --args= --output= --target=armv7-unknown-linux-musleabihf --version=
called from github.com/atomicdata-dev/atomic-data-rust:develop+cross-build --TARGET=armv7-unknown-linux-musleabihf
First I saw a warning for not being signed in on ghcr, thought - maybe it can't find the images because it is rate limited or something.. Then I made a token (not giving it any permissions, as I couldn't find any relevant ones) and signed in. The warning went away, but I still get this error, so it may be completely unrelated.
The text was updated successfully, but these errors were encountered:
no matching manifest for linux/arm64/v8 in the manifest list entries
Which appears to be a known issue with 0.2.5. It's fixed on github (over a year ago) but cross hasn't been updated in over a year... Which is kind of concerning.
Anyways - this is just an issue for local cross builds on my mac, not on linux, so this is not pressing.
Since today I have this issue:
First I saw a warning for not being signed in on ghcr, thought - maybe it can't find the images because it is rate limited or something.. Then I made a token (not giving it any permissions, as I couldn't find any relevant ones) and signed in. The warning went away, but I still get this error, so it may be completely unrelated.
The text was updated successfully, but these errors were encountered: