Skip to content

Commit 20bffac

Browse files
committed
fix: use ephemeral runner for aarch64 builds
1 parent 0582c7a commit 20bffac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
steps:
3636
- name: Checkout Repo
3737
uses: actions/checkout@v4
38-
- name: Build Nix Package
39-
uses: ./.github/actions/nix-install-self-hosted
38+
- name: Install nix
39+
uses: ./.github/actions/nix-install-ephemeral
40+
env:
41+
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
42+
NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
4043
- name: nix build
4144
shell: bash
4245
run: nix build --accept-flake-config -L .#${{ matrix.attr }}

0 commit comments

Comments
 (0)