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
Chore summary
AFAI can see there is no docker-image available for linux/amd64.
Running spectral lint in our cicd pipeline (in docker) hits a blocker when the job runs in an arm64 arch node.
Tasks
extend docker build process to also build and push image for arm64 and potential others
Docker trying to auto-match an image for the host platform on an linux/arm64/v8 machine:
Status: Downloaded newer image for stoplight/spectral:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedexec /usr/local/bin/spectral: exec format error
The text was updated successfully, but these errors were encountered:
Chore summary
AFAI can see there is no docker-image available for
linux/amd64
.Running
spectral lint
in our cicd pipeline (in docker) hits a blocker when the job runs in anarm64
arch node.Tasks
Additional context
docker multi arch build: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/
current available tags on dockerhub: https://hub.docker.com/r/stoplight/spectral/tags
Docker trying to auto-match an image for the host platform on an
linux/arm64/v8
machine:The text was updated successfully, but these errors were encountered: