Skip to content

v0.2.17

v0.2.17 #2

Workflow file for this run

name: Release Go Binaries
on:
release:
types: [created]
jobs:
releases-matrix:
name: Release Matrix
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [arm64, amd64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.19
build_flags: -v
sha256sum: true
extra_files: LICENSE README.md