mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
Merge pull request #1716 from grahamc/build-1.11-on-aarch
Build 1.11 on aarch64-linux
This commit is contained in:
commit
a18c085af8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
pkgs = import <nixpkgs> {};
|
||||
|
||||
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" /* "x86_64-freebsd" "i686-freebsd" */ ];
|
||||
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" /* "x86_64-freebsd" "i686-freebsd" */ ];
|
||||
|
||||
|
||||
jobs = rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue