Commit 1e51290
authored
feat: allow to request static opa binary (#24)
## Describe your changes
OPA releases statically built binaries. In the case of ARM64, it is the
only option. The setup-opa/v2 action currently supports the option.
## Reminder:
- When the PR is ready, be sure to run `npm run build` to compile into
the distribution `/dist` folder, which is the source code that the
Action uses.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added a new input option to enable or disable the use of the static
OPA CLI binary in the GitHub Action. The option defaults to disabled.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Carlos Rodriguez-Fernandez <[email protected]>1 parent 1a64a86 commit 1e51290
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
0 commit comments