From 52f100e4bd6de701500880a9586a934fa96c3e53 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 10 Jul 2021 00:12:59 +0200 Subject: [PATCH] README: mention arch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f80a2f..11ea6db 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ An action that builds a Debian package from source in a Docker container. artifacts_directory: output # Optional, value from `debian/changelog` is used if not defined os_distribution: bionic + # Optional, target architecture, defaults to amd64 + cpu_architecture: arm64 ```