Skip to content

Find user and users by using employee ID #277

Find user and users by using employee ID

Find user and users by using employee ID #277

Workflow file for this run

---
name: 32 Bit Build
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/thirty-two-bit.yaml'
- 'vendor/**'
- '**.go'
concurrency:
group: 'thirtytwo-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
compatibility-32bit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: GOARCH=386 GOOS=linux go build -o 32bitbuild .