1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Merge pull request #615 from fluxcd/flux-action-docs-ignore

Add note about ignoring flux action binary
This commit is contained in:
Stefan Prodan
2020-12-17 14:16:43 +02:00
committed by GitHub

View File

@@ -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`: