1
0
mirror of https://github.com/kairos-io/kairos-agent.git synced 2025-05-09 16:57:35 +00:00
🔧 Lifecycle agent for kairos
Go to file
Dimitris Karakasilis 046f6879ff
Skip dirs in copyArtifactSetRole and replace only basename
otherwise we get the error:

```
panic: open /efi/EFI/kairos/passive.efi.extra.d: is a directory
```

and we may replace parts of the path that we shouldn't.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-06-18 14:09:14 +03:00
.github Update goreleaser/goreleaser-action action to v6 () 2024-06-05 03:36:38 +00:00
internal Ensure only numeric part of systemd version is converted to int () 2024-06-12 10:08:19 +02:00
pkg Skip dirs in copyArtifactSetRole and replace only basename 2024-06-18 14:09:14 +03:00
tests Use new logger facilities () 2024-03-01 12:27:26 +01:00
.codecov.yaml Update .codecov.yaml 2023-08-08 12:40:17 +02:00
.gitignore First pass at standalone kairos-agent 2023-04-24 12:08:37 +02:00
.golangci.yml robot: Make linter happy 2022-07-25 22:26:10 +00:00
.goreleaser.yaml Apply go mod tidy -compat=1.19 during release () 2024-05-30 07:45:59 +02:00
Earthfile Fix earthfile to tidy before testing 2024-05-09 11:52:30 +02:00
go.mod Update module github.com/google/go-github/v40 to v62 () 2024-06-15 16:49:43 +00:00
go.sum Update module github.com/google/go-containerregistry to v0.19.2 2024-06-15 14:02:21 +00:00
LICENSE Update LICENSE 2024-04-23 15:34:07 +02:00
main.go Enable debug mode from different places () 2024-04-11 10:51:08 +02:00
renovate.json Update renovate.json 2024-05-16 11:36:08 +02:00