Skip to content

Commit

Permalink
readme/usage: add section about GitHub Actions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 7, 2021
1 parent 8015dff commit 94e5234
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ Find further details at [dbhi.github.io/qus](https://dbhi.github.io/qus).

> NOTE: Although `docker` is used in these examples, users have reported that other engines such as [podman](https://podman.io/) can also be used. See also [kata-containers/runtime#1280](https://github.com/kata-containers/runtime/issues/1280).
## As a GitHub Action

Run the Action without arguments for registering all the supported interpreters:

```yaml
- uses: dbhi/qus/action@main
```
Optionally, provide an space separated list of target architectures:
```yaml
- uses: dbhi/qus/action@main
with:
targets: arm aarch64
```
Then, execute foreign binaries and/or containers straightaway!
## Setup
The recommended approach is to run the following container:
Expand Down

0 comments on commit 94e5234

Please sign in to comment.