mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-24 21:25:23 -04:00
[PR #56] feat: add aarch64-linux to supported systems #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/nix-openclaw/pull/56
Author: @jorgensandhaug
Created: 2/15/2026
Status: 🔄 Open
Base:
main← Head:add-aarch64-linux📝 Commits (1)
4cd0193feat: add aarch64-linux to supported systems📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
flake.nix(+1 -0)📄 Description
Summary
Adds
aarch64-linuxto the supported systems list inflake.nix.Motivation
ARM64 Linux is increasingly common for hosting:
The OpenClaw build is pure Node.js/pnpm with no platform-specific native code barriers.
Testing
nix build .#packages.aarch64-linux.openclaw-gatewayon NixOS aarch64-linux (Hetzner CAX41, 16 vCPU ARM64)Changes
One-line change: added
"aarch64-linux"to thesystemslist inflake.nix.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.