jaypipes / ghw

Go HardWare discovery/inspection library
Apache License 2.0
1.62k stars 174 forks source link

ci: enable gh actions with arm64 #334

Open glimchb opened 1 year ago

glimchb commented 1 year ago

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:

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/

jaypipes commented 1 year ago

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.