Update daily_README.yaml

This commit is contained in:
Alexandre
2022-12-02 06:54:34 +01:00
committed by GitHub
parent 52dfaf1a87
commit eaa41f1eef

View File

@@ -91,7 +91,7 @@ jobs:
ARCH=armv7
COUNT="$(curl -f -s -L https://github.com/alexbelgium/hassio-addons/pkgs/container/$SLUG-$ARCH/latest | awk '/Total downloads/{getline; print}' | awk -F '<|>' '{print $3}')" && \
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
echo "$DOWNLOADS amd64 users"
echo "$DOWNLOADS armv7 users with $SLUG"
ARCH=aarch64
COUNT="$(curl -f -s -L https://github.com/alexbelgium/hassio-addons/pkgs/container/$SLUG-$ARCH/latest | awk '/Total downloads/{getline; print}' | awk -F '<|>' '{print $3}')" && \
DOWNLOADS=$(( $DOWNLOADS + $COUNT))