Testing magit
This commit is contained in:
parent
fe554661d1
commit
ce354185e8
3 changed files with 14 additions and 10 deletions
12
README.org
12
README.org
|
@ -48,9 +48,13 @@ Using ~deploy-rs~ I guess, still finding out how to do.
|
|||
|
||||
** Github Actions
|
||||
*** Check and build
|
||||
At every commit pushed on ~master~ a Github actions which ~nix flake check~ the flake is executed and then every system is build.
|
||||
Currently this workflow will skip ~aarch64~ hosts since the runner is ~x86_64~ and I didn't find a way to make it cross compile.
|
||||
At every commit pushed on ~master~ a Github actions which ~nix flake
|
||||
check~ the flake is executed and then every system is build.
|
||||
Currently this workflow will skip ~aarch64~ hosts since the runner is
|
||||
~x86_64~ and I didn't find a way to make it cross compile.
|
||||
|
||||
*** Release
|
||||
At every commit tagget with a ~v~ character a process that release all the bootstrap ISOs for the systems is started.
|
||||
Here I've the same problem with ~aarch64~ hosts so the runner will skip them.
|
||||
At every tagged commit whose tag name starts with ~release-~ a process
|
||||
that release all the bootstrap ISOs for the systems is started. Here
|
||||
I've the same problem with ~aarch64~ hosts so the runner will skip
|
||||
them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue