From adf2b92f41119360238bc79ed642589c5b21c185 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 7 May 2021 14:42:48 +0200 Subject: [PATCH] readme/usage: add section about GitHub Actions (#7) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ace8cff..2aeae12 100644 --- a/README.md +++ b/README.md @@ -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: