prevent helium from being built on aarch64
Some checks failed
checks / checks (push) Has been cancelled
Some checks failed
checks / checks (push) Has been cancelled
This commit is contained in:
@@ -9,4 +9,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: attic login pkgs https://attic.scug.io ${{ secrets.ATTIC_TOKEN }}
|
||||
- run: nix-fast-build --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs
|
||||
- run: nix-fast-build --systems "x86_64-linux aarch64-linux" --skip-cached --no-nom --attic-cache pkgs
|
||||
|
||||
@@ -151,7 +151,9 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
inherit (unwrapped) packageName;
|
||||
meta = unwrapped.meta;
|
||||
meta = unwrapped.meta // {
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
passthru = {
|
||||
inherit (unwrapped) upstream-info;
|
||||
browser = unwrapped;
|
||||
|
||||
Reference in New Issue
Block a user