add aarch64 support

main
Hendrik Sokolowski 2024-03-19 23:23:28 +01:00
parent 22a73b2ea3
commit 0db59bcc5d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
outputs = inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { self', system, lib, config, pkgs, ... }: {
packages.default = pkgs.python311Packages.buildPythonApplication {
pname = "ha-kiosk-agent";