add aarch64-linux as supported System

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-27 18:16:32 +02:00
parent d3055a9e8b
commit c9e398eb7f
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
pkgs.python3Packages.buildPythonPackage rec {
pname = "smtprd-ng";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = lib.cleanSource ./.;

View File

@@ -17,6 +17,7 @@
let
supportedSystems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
in

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "smtprd-ng"
version = "0.2.0"
version = "0.3.0"
description = "SMTP forwarding relay daemon with signing and encryption"
authors = [{ name = "Florian Brandes", email = "dev@mail.flo-the.dev" }]
classifiers = [