Skip to content

Commit 0d42e17

Browse files
committed
Added binary generation
1 parent 44b1490 commit 0d42e17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .github/workflows/release.yaml
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
release-linux-amd64:
9+
name: release linux/amd64
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: wangyoucao577/[email protected]
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
16+
goos: linux
17+
goarch: amd64
18+
project_path: cmd/fa-om-exporter

0 commit comments

Comments
 (0)