-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update contributing information, add Helm badge
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
- Loading branch information
1 parent
7c4af8b
commit e5b9911
Showing
3 changed files
with
49 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Contributing | ||
## Building | ||
|
||
Get the sources: | ||
|
||
```shell | ||
$ git clone https://github.com/botify-labs/airbyte_exporter.git | ||
$ cd airbyte_exporter | ||
``` | ||
|
||
Run linters: | ||
|
||
```shell | ||
$ make lint | ||
``` | ||
|
||
Build the parser and exporter: | ||
|
||
```shell | ||
$ make build | ||
``` | ||
|
||
Build platform-specific binaries with [Promu](https://github.com/prometheus/promu): | ||
|
||
```shell | ||
$ promu crossbuild | ||
``` | ||
|
||
Build and archive platform-specific binaries: | ||
|
||
```shell | ||
$ promu crossbuild | ||
$ promu crossbuild tarballs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters