github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/.github/workflows/build_all_platforms.yml (about) 1 name: Build for all platforms 2 on: pull_request 3 4 jobs: 5 build: 6 runs-on: ubuntu-latest 7 steps: 8 - name: Set up Go 1.17 9 uses: actions/setup-go@v1 10 with: 11 go-version: 1.17 12 id: go 13 14 - name: Clone repo 15 uses: actions/checkout@v2 16 17 - name: Build on all platforms 18 run: scripts/build_all_platforms.sh