Skip to content

Commit

Permalink
chromium: Attempt building on aarch64
Browse files Browse the repository at this point in the history
This will probably go over the 10 hour limit, but we'll see.
  • Loading branch information
dezgeg committed Jan 21, 2018
1 parent e8926be commit a8d0b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/chromium/browser.nix
Expand Up @@ -50,6 +50,6 @@ mkChromiumDerivation (base: rec {
maintainers = with maintainers; [ chaoflow bendlas ];
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else [];
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
};
})

0 comments on commit a8d0b80

Please sign in to comment.