Skip to content

Commit 47db144

Browse files
committed
ci: skip docker builds for both 32-bit and 64-bit arm
1 parent fdab38d commit 47db144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
run: nix build --file . ssh-portfolio${CARGO_FEATURES:+-$CARGO_FEATURES}
6969

7070
- name: Build docker image
71-
if: ${{ runner.arch }} != "arm64"
71+
if: runner.arch != 'arm64' && runner.arch != 'arm'
7272
run: nix build .#docker

0 commit comments

Comments
 (0)