Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
vendor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: |
Expand All @@ -28,15 +28,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- name: Build docs
Expand All @@ -47,31 +47,31 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build .#kilo-cross-linux-amd64 .#kilo-cross-linux-arm64 .#kilo-cross-linux-arm

darwin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build .#kgctl-cross-darwin-amd64 .#kgctl-cross-darwin-arm64

windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build .#kgctl-cross-windows-amd64

unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix develop . --command go test -mod=vendor --race ./...
Expand All @@ -81,7 +81,7 @@ jobs:
- nscloud-ubuntu-22.04-amd64-8x16-with-features
- namespace-features:kernel.release-channel=bleeding-edge
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Build
Expand Down Expand Up @@ -110,15 +110,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix flake check -L --show-trace

container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Build
Expand All @@ -144,7 +144,7 @@ jobs:
- container
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Login to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
kgctl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
- uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b
with:
Expand Down
Loading