ci: Build some arm64-linux derivations
This commit is contained in:
parent
f4b6e3358e
commit
0e463eba52
1 changed files with 14 additions and 0 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -41,3 +41,17 @@ jobs:
|
|||
- run: nix build '.#fennel-ls'
|
||||
- run: nix build '.#phantomjs'
|
||||
- run: nix build '.#q'
|
||||
|
||||
build-arm64-linux:
|
||||
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: nifoc
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build '.#fennel-ls'
|
||||
- run: nix build '.#q'
|
||||
|
|
Loading…
Reference in a new issue