CI: do not upload squashfs images to the binary cache

This commit is contained in:
kekrby 2022-10-03 18:15:44 +03:00
parent 71eaf5ef32
commit 428c7fe493

View file

@ -23,7 +23,7 @@ jobs:
with:
name: t2linux
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
pushFilter: "x86_64-linux.iso$"
pushFilter: "(squashfs.img$|x86_64-linux.iso$)"
- name: Build
run: |
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do