Skip to content

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

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 #7

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Build
permissions:
contents: read
jobs:
build-cross-arch:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Cross Arch Build
run: |
make ci
env:
CROSS: "true"