Skip to content

Commit

Permalink
Create test.yml qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson authored Aug 4, 2023
1 parent 7b48404 commit ebfe9d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ci

on:
push:
workflow_dispatch:

jobs:
qemu:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2

0 comments on commit ebfe9d7

Please sign in to comment.