chromium: Attempt building on aarch64

This will probably go over the 10 hour limit, but we'll see.

+1 -1
+1 -1
pkgs/applications/networking/browsers/chromium/browser.nix
··· 50 50 maintainers = with maintainers; [ chaoflow bendlas ]; 51 51 license = licenses.bsd3; 52 52 platforms = platforms.linux; 53 - hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else []; 53 + hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else []; 54 54 }; 55 55 })