evolvingweb / sitediff

SiteDiff makes it easy to see differences between two versions of a website.
http://sitediff.io
GNU General Public License v2.0
227 stars 48 forks source link

Docker image doesn't support M1 chip #194

Open robert-ngo opened 3 months ago

robert-ngo commented 3 months ago

We get this issue when pulling docker image evolvingweb/sitediff on a M1 chip.

latest: Pulling from evolvingweb/sitediff
no matching manifest for linux/arm64/v8 in the manifest list entries
Unable to pull Docker images: exit status 1 
Building project images... 
.Project images built in 1s. 
 sitediff Pulling  
no matching manifest for linux/arm64/v8 in the manifest list entries 
Failed to start beneva: composeCmd failed to run 'COMPOSE_PROJECT_NAME=ddev-beneva docker-compose -f /Users/marien/Beneva/ssqca/.ddev/.ddev-docker-compose-full.yaml up -d', action='[up -d]', err='exit status 18', stdout='', stderr=' sitediff Pulling 
no matching manifest for linux/arm64/v8 in the manifest list entries'

Solution: revise CI script to support building multi-platform image.