Skip to content

Update github action pipelines and go release #11

Update github action pipelines and go release

Update github action pipelines and go release #11

Workflow file for this run

---
name: 32 Bit Build
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
jobs:
compatibility-32bit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: GOARCH=386 GOOS=linux go build -o 32bitbuild .