DEV Community

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

Collapse
 
mushfique profile image
Mushi123

Any update on how we can run this on Mac M1? I am trying to buildx but it takes a lot of time for the publish step to run. here is the link to my repo: github.com/Mushi123/WeatherForecast
Kindly let me know how I can make it work/improve.

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).