Skip to content

Commit

Permalink
Use ubuntu-latest hosted runners for testing nested KVM
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Feb 13, 2024
1 parent 1163877 commit 902ff31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
)
secrets: inherit
with:
# use ubuntu-latest for testing nested KVM
docker_runs_on: >
{
"linux/amd64": ["self-hosted","runtime:container","X64"],
"linux/arm64": ["self-hosted","runtime:container","ARM64"]
"linux/amd64": ["ubuntu-latest"],
"linux/arm64": ["ubuntu-latest"]
}
docker_images: >
ghcr.io/balena-io-experimental/container-jail

0 comments on commit 902ff31

Please sign in to comment.