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).
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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?