Skip to content

Commit 59cb2c4

Browse files
committed
Test nix arm64
1 parent 247a9dc commit 59cb2c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/setup-nix/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
#!/bin/bash --
3838
exec /usr/bin/docker exec -i ${{ steps.container.outputs.id }} nix-shell --packages ${{ inputs.packages }} --run "$(comm -23z <(env -0 -u PATH | sort -z) <(base64 -d <<< ${{ steps.env.outputs.env }}) | xargs -0 /bin/bash -c 'printf "export %q; " "$@"' --)cd $(printf %q "$PWD") && exec bash$(printf ' %q' "${@:1:$#-1}")" <"${@:$#}"
3939
EOF
40+
echo "$HOME/.local/bin" | tee -a "$GITHUB_PATH"
4041
shell: bash
4142
4243
- run: env

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- os: ubuntu-latest
7474
container:
7575
image: docker.io/nixos/nix:latest
76+
- os: ubuntu-24.04-arm
77+
container:
78+
image: docker.io/nixos/nix:latest
7679
- os: ubuntu-latest
7780
vm:
7881
os: freebsd

0 commit comments

Comments
 (0)