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

Commit 39ee0e8

Browse files
committed
Fixed second check for github release asset
1 parent 7f2a9ff commit 39ee0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spire/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ check-github-release-asset "spiffe/spire" "v${version}" "spire-${version}-linux-
1313
curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-${version}-linux-${alt_arch}-glibc.tar.gz" \
1414
| tar --extract --gzip --directory="${prefix}${target}/share/spire/" --strip-components=1 --no-same-owner
1515

16-
check-github-release-asset "spiffe/spire" "${version}" "spire-extras-${version}-linux-${alt_arch}-glibc.tar.gz"
16+
check-github-release-asset "spiffe/spire" "v${version}" "spire-extras-${version}-linux-${alt_arch}-glibc.tar.gz"
1717
curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-extras-${version}-linux-${alt_arch}-glibc.tar.gz" \
1818
| tar --extract --gzip --directory="${prefix}${target}/share/spire/" --strip-components=1 --no-same-owner
1919

0 commit comments

Comments
 (0)