Skip to content

Commit

Permalink
Build collector binaries in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Jul 13, 2023
1 parent ad867c2 commit 6761aaa
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- run: echo $(go env GOPATH)/bin >> $GITHUB_PATH

- name: Build collector
run: make collector
- name: Build Windows binary
run: make windows
- name: Build Linux binary
2 changes: 2 additions & 0 deletions .github/workflows/staticcheck.yaml
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@ jobs:
fetch-depth: 1
- name: download assets
run: make download
- name: build collector
run: make collector
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.3"

0 comments on commit 6761aaa

Please sign in to comment.