An open API service indexing awesome lists of open source software.

https://github.com/aserto-dev/opa-build-action

OPA build action
https://github.com/aserto-dev/opa-build-action

Last synced: about 1 year ago
JSON representation

OPA build action

Awesome Lists containing this project

README

          

# opa-build-action

OPA bundle build action

## Inputs

### `source`

**Required** The file path to the input source directory to build the bundle from. Default `"./src"`.

### `target`

**Required** The file path to the build output. Default `"./build/bundle.tar.gz"`.

### `options`

Optional build options like --debug --optimize etc.

## Outputs