Skip to content

fix 32-bit ARM v6 (GOARM=6 was not being propagated) #38

fix 32-bit ARM v6 (GOARM=6 was not being propagated)

fix 32-bit ARM v6 (GOARM=6 was not being propagated) #38

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-linux-amd64 && chmod +x bob
CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
env:
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}