DEV Community

Discussion on: API's From Dev to Production - Part 3 - GitHub Actions

Collapse
 
peteking profile image
Pete King

Do you mean running GitHub Actions on Apple M1, i.e. the workflow, is that what you're after?

If so, Apple M1 is not currently supported in GitHub Actions yet: github.com/actions/virtual-environ...

Or are you after the resulting image to be able to run on Apple M1?

Docker images built for amd64 (Intel) will run on M1 Macs. But the stability isn't guaranteed. You should ship a second version of your image for arm64 (M1 chip).