Skip to content

Make the build consistent across archs for Go to correctly report the package path inside the binary #48

Make the build consistent across archs for Go to correctly report the package path inside the binary

Make the build consistent across archs for Go to correctly report the package path inside the binary #48

Workflow file for this run

name: Pull Request Build
on:
pull_request:
jobs:
build-pr:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: pull-${{ github.event.number }}
push: false
secrets: inherit