Go to file
Cyryl Płotnicki 96f5f85a20 add note on building for multiple archs 2024-04-21 18:06:06 +01:00
fake_nixpkgs transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
root/etc transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
.gitignore add basic flakes action image 2023-08-12 07:36:17 +01:00
README.md add note on building for multiple archs 2024-04-21 18:06:06 +01:00
flake.lock update 2024-04-21 18:05:57 +01:00
flake.nix add git and not just lfs plugin lol 2023-08-12 09:31:36 +01:00

README.md

  • `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