Skip to content

Commit

Permalink
Fix deps installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 14, 2024
1 parent 54c8132 commit fc414c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ if [[ "$CI" == "" ]]; then
fi

case "$DOCKER_PLATFORM" in
linux/amd64|linux/arm32/v7|linux/arm64/v8)
linux/amd64|linux/arm/v7|linux/arm64/v8)
;;
*)
echo "Error: unsupported architecture: $ARCH"
echo "Error: unsupported architecture: $DOCKER_PLATFORM"
exit 4
;;
esac
Expand Down

0 comments on commit fc414c1

Please sign in to comment.