We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runner.arch
1 parent 8e789df commit 83a3cb8Copy full SHA for 83a3cb8
.github/workflows/ci.yml
@@ -68,5 +68,5 @@ jobs:
68
run: nix build --file . ssh-portfolio${CARGO_FEATURES:+-$CARGO_FEATURES}
69
70
- name: Build docker image
71
- if: ${{ runner.arch }} != "ARM64"
+ if: ${{ runner.arch }} != "arm64"
72
run: nix build .#docker
0 commit comments