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 4161383 commit 8e789dfCopy full SHA for 8e789df
.github/workflows/ci.yml
@@ -68,4 +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"
72
run: nix build .#docker
0 commit comments