forked from PoC-Consortium/aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (30 loc) · 814 Bytes
/
go.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Release
on:
push:
tags:
- "v*" # triggers only if push new tag version, like `0.8.4`
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64,
goos: [windows, linux]
goarch: [amd64, arm]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
- goarch: amd64
goos: linux
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "Signum-Aggregator"
extra_files: config.yaml