Disable cog-triton-builder build while we sort out deploy key #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CI build" | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest-8-cores | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v10 | |
- name: Setup Attic cache | |
uses: ryanccn/attic-action@v0 | |
with: | |
endpoint: ${{ secrets.ATTIC_ENDPOINT }} | |
cache: replicate | |
token: ${{ secrets.ATTIC_TOKEN }} | |
# - run: nix build --accept-flake-config .#cog-triton-builder -o cog-triton-builder | |
- run: nix build --accept-flake-config .#cog-triton-runner-86 -o cog-triton-runner-86 | |
- run: nix build --accept-flake-config .#cog-triton-runner-80 -o cog-triton-runner-80 | |
- run: nix build --accept-flake-config .#cog-triton-runner-90 -o cog-triton-runner-90 |