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
I'm on a M3 mac. I'm trying to build my own version of the Inara image using docker build -t inara:edgier . on my M3 mac. I'm getting the following error:
- InvalidBaseImagePlatform: Base image pandoc/latex:3.2.0-alpine was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 1)
Dockerfile:6
This might be a fully upstream issue for pandoc/latex:3.2.0-alpine, which doesn't appear to be available for multiple architectures. Either way, this makes it very difficult (if not impossible) to reproduce the testing pipeline, which produces an opaque binary PDF that doesn't have a meaningful diff. #81 could be an alternate solution that doesn't require getting in the guts of pandoc's devops
I'm on a M3 mac. I'm trying to build my own version of the Inara image using
docker build -t inara:edgier .
on my M3 mac. I'm getting the following error:This might be a fully upstream issue for
pandoc/latex:3.2.0-alpine
, which doesn't appear to be available for multiple architectures. Either way, this makes it very difficult (if not impossible) to reproduce the testing pipeline, which produces an opaque binary PDF that doesn't have a meaningful diff. #81 could be an alternate solution that doesn't require getting in the guts of pandoc's devopsFull error message
The text was updated successfully, but these errors were encountered: