Merge #2517
2517: Use the new notation: arm64/v8 instead of arm64 r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? With a modern version of docker compose, on arm64 you get: ``` docker-compose pull [+] Running 0/8 ⠼ admin Pulling 1.4s ⠿ smtp Error 1.4s ⠿ imap Error 1.4s ⠿ webmail Error 1.4s ⠿ antispam Error 1.4s ⠼ redis Pulling 1.4s ⠼ front Pulling 1.4s ⠿ resolver Error 1.4s no matching manifest for linux/arm64/v8 in the manifest list entries ``` This may fix it. It's discussed at https://stackoverflow.com/questions/70819028/relation-between-linux-arm64-and-linux-arm64-v8-are-these-aliases-for-each-othe Co-authored-by: Florent Daigniere <nextgens@freenetproject.org> Co-authored-by: Dimitri Huisman <diman@huisman.xyz>main
commit
ac93e6a9be
Loading…
Reference in New Issue