Skip to content

Release 0.1

Release 0.1 #3

Workflow file for this run

on:
release:
types: [created]
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goarch: ["386", amd64, arm64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "."
binary_name: "whawty-libvirt-usb-hotplugd"
pre_command: export CGO_ENABLED=0
extra_files: AUTHORS LICENSE README.md
md5sum: false
sha256sum: true