php-actions / php-build

Fast builds for repositories using php-actions.
9 stars 9 forks source link

Add support for ARM64 runners #20

Open othyn opened 2 months ago

othyn commented 2 months ago

Now that ARM64 platforms are becoming more relevant, and with that AMD64 action runners, it would be nice to see support for them within the built base image.

As at the moment it just uses the linux/amd64 image and emulates it, which adds a really large performance overhead and thus execution time.

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested