diff options
author | Matthew Bauer <mjbauer95@gmail.com> | 2021-06-26 00:14:54 -0500 |
---|---|---|
committer | Matthew Bauer <mjbauer95@gmail.com> | 2021-06-26 00:14:54 -0500 |
commit | 580583e0b386df181a3c30519c821275362b10e0 (patch) | |
tree | 306492d5ffdc112737cea968e32f4593096cbc7a /flake.nix | |
parent | c906d6530dc52d79f69e65e0447893084a0d4556 (diff) |
Build cross-compilation in gha
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ # tarball for the user's system and calls the second half of the # installation script. installerScript = installScriptFor [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" "armv6l-linux" "armv7l-linux" ]; - installerScriptForGHA = installScriptFor [ "x86_64-linux" "x86_64-darwin" ]; + installerScriptForGHA = installScriptFor [ "x86_64-linux" "x86_64-darwin" "armv6l-linux" "armv7l-linux"]; # Line coverage analysis. coverage = |