Skip to content

Commit

Permalink
chore: decomission references to i686-linux and armv7l-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 25, 2024
1 parent c32b9ab commit 3b80cef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ in
};

forAllLinux = inputs.nixpkgs.lib.genAttrs [
"armv7l-linux" # 32-bit ARM Linux
## So long and thanks for all the fish
# "armv7l-linux" # 32-bit ARM Linux
# "i686-linux" # 32-bit x86 Linux
"aarch64-linux" # 64-bit ARM Linux
"i686-linux" # 32-bit x86 Linux
"x86_64-linux" # 64-bit x86 Linux
];

Expand Down

0 comments on commit 3b80cef

Please sign in to comment.