Skip to content

Commit

Permalink
Merge pull request #4 from mewejo/ops/ci
Browse files Browse the repository at this point in the history
Build the bin with CI
  • Loading branch information
mewejo committed Feb 7, 2023
2 parents a002ee2 + 081f4c6 commit 233c12e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build

on:
release:
types: [created]

jobs:
release-linux-arm64:
name: release linux/arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.35
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: arm64
build_flags: cmd/main.go

0 comments on commit 233c12e

Please sign in to comment.