mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
- build-linux-binaries.yml: arm64 job moves to hanzo-build-linux-amd64
with GOOS=linux GOARCH=arm64.
- build-ubuntu-arm64-release.yml: both jammy/focal jobs cross-compile
on the amd64 self-hosted runner.
- build-macos-release.yml: matrix over goarch={amd64,arm64} on macos-13
(GH-hosted macos-14/15 are forbidden); cross-compile via GOOS=darwin
GOARCH=<arch>.
- build-and-test-mac-windows.yml: pin macos-latest -> macos-13.
- ci.yml: drop macos-14 from CI matrix (use macos-13).
- actionlint.yml: drop hanzo-build-linux-arm64 + ubuntu-24.04-arm from
the self-hosted-runner whitelist.
6 lines
110 B
YAML
6 lines
110 B
YAML
self-hosted-runner:
|
|
labels:
|
|
- custom-arm64-focal
|
|
- custom-arm64-jammy
|
|
- hanzo-build-linux-amd64
|