[PR #56] feat: add aarch64-linux to supported systems #54

Open
opened 2026-02-15 17:04:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/nix-openclaw/pull/56
Author: @jorgensandhaug
Created: 2/15/2026
Status: 🔄 Open

Base: mainHead: add-aarch64-linux


📝 Commits (1)

  • 4cd0193 feat: 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-linux to the supported systems list in flake.nix.

Motivation

ARM64 Linux is increasingly common for hosting:

  • Oracle Cloud free tier (Ampere A1)
  • Hetzner Cloud CAX instances
  • Raspberry Pi
  • AWS Graviton

The OpenClaw build is pure Node.js/pnpm with no platform-specific native code barriers.

Testing

  • Successfully built nix build .#packages.aarch64-linux.openclaw-gateway on NixOS aarch64-linux (Hetzner CAX41, 16 vCPU ARM64)
  • The pnpm deps fetch and Node.js compilation complete without issues

Changes

One-line change: added "aarch64-linux" to the systems list in flake.nix.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/nix-openclaw/pull/56 **Author:** [@jorgensandhaug](https://github.com/jorgensandhaug) **Created:** 2/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-aarch64-linux` --- ### 📝 Commits (1) - [`4cd0193`](https://github.com/openclaw/nix-openclaw/commit/4cd0193449ff57cf6ff1bb51f5ac336f4b254907) feat: add aarch64-linux to supported systems ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `flake.nix` (+1 -0) </details> ### 📄 Description ## Summary Adds `aarch64-linux` to the supported systems list in `flake.nix`. ## Motivation ARM64 Linux is increasingly common for hosting: - Oracle Cloud free tier (Ampere A1) - Hetzner Cloud CAX instances - Raspberry Pi - AWS Graviton The OpenClaw build is pure Node.js/pnpm with no platform-specific native code barriers. ## Testing - Successfully built `nix build .#packages.aarch64-linux.openclaw-gateway` on NixOS aarch64-linux (Hetzner CAX41, 16 vCPU ARM64) - The pnpm deps fetch and Node.js compilation complete without issues ## Changes One-line change: added `"aarch64-linux"` to the `systems` list in `flake.nix`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:04:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/nix-openclaw#54