diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 54fc4a7ca..f8a3a8784 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,10 @@ jobs: matrix: os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] go-version: [ "1.24.0" ] + include: + - os: self-hosted # Add a native RISC-V leg that uses your self-hosted riscv64 runner + runs_on: [ self-hosted, Linux, riscv64 ] + go-version: '1.24.0' runs-on: ${{ matrix.os }} env: CGO_ENABLED: 0