summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
blob: 6616feba4defbc0ae764e204c55d12a4e231b97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Build Go binaries

on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@master

      - name: Compile
        uses: xxxserxxx/actions/golang-build@master
        with:
          args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386