ghw icon indicating copy to clipboard operation
ghw copied to clipboard

ci: enable gh actions with arm64

Open glimchb opened this issue 2 years ago • 1 comments

Today with #303 we doing snapshot based testing

We discussed in several PRs and Issues how to enhance that and add real ci/cd with gh actions.

GH Actions doesn't support aarch64 today, unfortunately:

  • https://github.com/actions/runner-images/issues/5631#issuecomment-1218092275

So try to do QEMU maybe, although... see - https://github.com/actions/runner-images/issues/183

Another approach is to run 1 single ci job for ARM64 only on https://www.travis-ci.com/

glimchb avatar Mar 29 '23 18:03 glimchb

Another approach is to run 1 single ci job for ARM64 only on https://www.travis-ci.com/

Yeah, I've moved ghw off of Travis and strictly on to GH Actions about a year or so ago... I'd like to keep it that way for simplicity reasons. I will follow that ARM64 issue for runner-images.

jaypipes avatar Mar 29 '23 19:03 jaypipes