treewide: change cache url
This commit is contained in:
parent
b9c6372371
commit
b29deecda5
4 changed files with 27 additions and 13 deletions
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
|
@ -37,9 +37,7 @@ jobs:
|
|||
- name: Build output
|
||||
run: nix build .#${{ matrix.output }} -L
|
||||
- name: Push output
|
||||
run: |
|
||||
nix run .#attic -- login nrab-attic 'https://cache.nrab.lol/' ${{ secrets.ATTIC_TOKEN }}
|
||||
nix run .#attic -- push nrab-attic:public result
|
||||
uses: ./.github/actions/attic-push
|
||||
|
||||
build-aarch64-darwin:
|
||||
runs-on: macos-14
|
||||
|
@ -55,9 +53,7 @@ jobs:
|
|||
- name: Build output
|
||||
run: nix build .#${{ matrix.output }} -L
|
||||
- name: Push output
|
||||
run: |
|
||||
nix run .#attic -- login nrab-attic 'https://cache.nrab.lol/' ${{ secrets.ATTIC_TOKEN }}
|
||||
nix run .#attic -- push nrab-attic:public result
|
||||
uses: ./.github/actions/attic-push
|
||||
|
||||
build-aarch64-linux:
|
||||
runs-on: [Linux, ARM64, nix]
|
||||
|
@ -72,9 +68,7 @@ jobs:
|
|||
- name: Build output
|
||||
run: nix build .#${{ matrix.output }} -L
|
||||
- name: Push output
|
||||
run: |
|
||||
nix run .#attic -- login nrab-attic 'https://cache.nrab.lol/' ${{ secrets.ATTIC_TOKEN }}
|
||||
nix run .#attic -- push nrab-attic:public result
|
||||
uses: ./.github/actions/attic-push
|
||||
|
||||
all-built:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue