mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 11:00:54 +00:00
Don't run jobs on arm workers
because we get this error: stderr: qemu-system-x86_64: invalid accelerator kvm Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
401e3f9735
commit
57e911e62a
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
e2e-tests:
|
||||
needs:
|
||||
- build-iso
|
||||
runs-on: self-hosted
|
||||
runs-on: kvm
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user