···26 name: nixpkgs-ci
27 signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
28 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
29- - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
···26 name: nixpkgs-ci
27 signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
28 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
29+ - run: nix-build pkgs/top-level/release.nix -A release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'