Skip to content

0.7.0-rc

0.7.0-rc #11

Workflow file for this run

on:
release:
types: [created]
jobs:
releases-matrix:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- goos: linux
goarch: amd64
- goos: linux
goarch: arm64
steps:
- uses: actions/[email protected]
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.23
binary_name: task-runner-launcher
project_path: ./cmd/launcher
sha256sum: true
extra_files: README.md LICENSE.md LICENSE_EE.md