Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 1814acf

Browse files
authored
Merge pull request #41 from linuxserver/v2-fixtrigger
fix alpine branch name in custom external trigger
2 parents 06a503e + 245f1d9 commit 1814acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
exit 0
7575
else
7676
echo "**** New version ${EXT_RELEASE} found; old version was ${IMAGE_VERSION}. Checking other arches. . . ****"
77-
ARM32_EXT_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/armhf/APKINDEX.tar.gz" | tar -xz -C /tmp \
77+
ARM32_EXT_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/armv7/APKINDEX.tar.gz" | tar -xz -C /tmp \
7878
&& awk '/^P:'"docker-cli-compose"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://')
7979
ARM64_EXT_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz" | tar -xz -C /tmp \
8080
&& awk '/^P:'"docker-cli-compose"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://')

0 commit comments

Comments
 (0)