added aarch64 jobs to buildbot

This commit is contained in:
Julien Malka 2023-11-26 13:37:38 +01:00
parent de96d22232
commit 5551c9b5b8
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -20,6 +20,7 @@ in
enable = true;
domain = "ci.julienmalka.me";
workersFile = config.sops.secrets.buildbot-nix-workers.path;
buildSystems = [ "x86_64-linux" "aarch64-linux" ];
github = {
tokenFile = config.sops.secrets.github-token.path;
webhookSecretFile = config.sops.secrets.github-webhook-secret.path;