Compare commits

...

2 commits

Author SHA1 Message Date
Cyryl Płotnicki 96f5f85a20 add note on building for multiple archs 2024-04-21 18:06:06 +01:00
Cyryl Płotnicki 86a49b0e8a update 2024-04-21 18:05:57 +01:00
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1710451336,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
"lastModified": 1713537308,
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
"type": "github"
},
"original": {