OskarStark / php-cs-fixer-ga

GithubAction for PHP-CS-Fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build images for other architectures

relthyg opened this issue · comments

Currently, only the image for amd64 is built, which leaves Apple's new M1/M2 chips (arm64) out. An example of how this can be achieved can be found here. As far as I can see, it would be necessary

  • to install Qemu in addition to BuildX
  • define a list of desired architectures
  • to build these architectures

Do you think this would be possible?

I think it would, open for a PR?

Her you go: #97

It seems like the arm64 build is gone from Docker Hub

I switched from docker hub builds to building via GitHub Actions. PR welcome 👍🏻