diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8c04eae..a50d26a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -18,9 +18,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: docker/setup-qemu-action@v3 - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable + extra_nix_config: "extra-platforms = aarch64-linux" - uses: cachix/cachix-action@v12 with: name: wagdav diff --git a/flake.nix b/flake.nix index 7361052..f165e81 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,7 @@ agents = { nuc = self.nixosConfigurations.nuc.config.system.build.toplevel; x230 = self.nixosConfigurations.x230.config.system.build.toplevel; + rp3 = self.nixosConfigurations.rp3.config.system.build.toplevel; }; }; };