Skip to content

Commit 83a3cb8

Browse files
committed
ci: runner.arch value check should be lowercase
1 parent 8e789df commit 83a3cb8

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"
7272
run: nix build .#docker

0 commit comments

Comments
 (0)