From 96f5f85a20fccc484887d4d18ebdcb6e53c0846b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Apr 2024 18:06:06 +0100 Subject: [PATCH] add note on building for multiple archs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a93967..634007f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -* `nix build '.#flakes-action' +* `nix build '.#flakes-action' #for default platform +* nix build '#packages.aarch64-linux.flakes-action' #for specific platform * `docker load < result` * `docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest` * `docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest`