Skip to content

Commit

Permalink
produce release binaries (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Jul 13, 2022
1 parent 86e34ed commit f4d364b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/go-release-binaries.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
release:
types: [created]

jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.29
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
goos: linux
goarch: amd64

0 comments on commit f4d364b

Please sign in to comment.