xmtop/.github/workflows/build.yml

23 lines
548 B
YAML
Raw Permalink Normal View History

2020-02-29 20:11:34 +08:00
name: Build Go binaries
on:
push:
paths-ignore:
- 'docs/release.svg'
- 'README.md'
- 'CHANGELOG.md'
2020-02-29 20:11:34 +08:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Compile
uses: xxxserxxx/actions/golang-build@v2.2.3
env:
SRCPATH: ./cmd/gotop
2020-02-29 22:51:10 +08:00
with:
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1