Add note about ignoring flux action binary

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/615/head
Stefan Prodan 4 years ago
parent b824ea8858
commit c4da4a81aa
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -10,6 +10,16 @@ Usage:
run: flux -v run: flux -v
``` ```
This action places the `flux` binary inside your repository root under `bin/flux`.
You should add `bin/flux` to your `.gitingore` file like so:
```gitignore
# ignore flux binary
bin/flux
```
Note that this action can only be used on GitHub **Linux AMD64** runners.
### Automate Flux updates ### Automate Flux updates
Example workflow for updating Flux's components generated with `flux bootstrap --arch=amd64 --path=clusters/production`: Example workflow for updating Flux's components generated with `flux bootstrap --arch=amd64 --path=clusters/production`:

Loading…
Cancel
Save