Skip to content

Commit

Permalink
libkrunfw: add aarch64-linux to supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Apr 17, 2024
1 parent 6f59495 commit 2435ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libkrunfw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/containers/libkrunfw";
license = with licenses; [ lgpl2Only lgpl21Only ];
maintainers = with maintainers; [ nickcao ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" ] ++ lib.optionals (!sevVariant) [ "aarch64-linux" ];
};
}

0 comments on commit 2435ab1

Please sign in to comment.