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.
1 parent fdab38d commit 47db144Copy full SHA for 47db144
.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' && runner.arch != 'arm'
72
run: nix build .#docker
0 commit comments