Skip to content

Commit e885d36

Browse files
authored
Merge pull request #1358 from peterbecich/nix-flake-linux-arm-build
build `linux-arm` in Nix Flake GitHub Action
2 parents 5252a9c + 5cbecec commit e885d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16+
- ubuntu-24.04-arm
1617
- macos-latest
1718
name: Nix on ${{ matrix.os }}
1819
runs-on: ${{ matrix.os }}
1920
steps:
2021
- uses: actions/checkout@v4
21-
- uses: cachix/install-nix-action@v30
22+
- uses: cachix/install-nix-action@master
2223
with:
2324
extra_nix_config: |
2425
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=

0 commit comments

Comments
 (0)