You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream CI only has amd64 runner hardware, so running arm64 tests would require running them on top of emulation, which will be significantly slower and may negatively impact the test suite (ex. things could time out just because of execution slowness). The images should still be built and published regardless since they will likely be useful for running elsewhere, or if upstream CI does get access to ARM hardware later.
Describe the feature
We should run scorecard tests on both
amd64
andarm64
on github CI. I thinkkind
should be able to supportarm64
as ofkind v0.20.0
.Anything other information?
We can just matrix and build the image set as multi-arch.
References:
cryostat-operator/.github/workflows/ci.yaml
Line 223 in 2d38693
The text was updated successfully, but these errors were encountered: