Skip to content

Commit c7e8112

Browse files
committed
💚 Correct debian architecture mapping
1 parent d9b08df commit c7e8112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/addon-update-packages.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
elif [[ "$trim_arch" = "armhf" ]]; then
7070
detected_arch="armhf"
7171
elif [[ "$trim_arch" = "armv7" ]]; then
72-
detected_arch="arm64"
72+
detected_arch="armhf"
7373
elif [[ "$trim_arch" = "aarch64" ]]; then
74-
detected_arch="aarch64"
74+
detected_arch="arm64"
7575
fi
7676
7777
else

0 commit comments

Comments
 (0)