This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ ARG version
8
8
9
9
RUN <<EOF
10
10
mkdir "${prefix}${target}/share/spire/"
11
- curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-${version}-linux-x86_64 -glibc.tar.gz" \
11
+ curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-${version}-linux-${alt_arch} -glibc.tar.gz" \
12
12
| tar --extract --gzip --directory="${prefix}${target}/share/spire/" --strip-components=1 --no-same-owner
13
13
14
- curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-extras-${version}-linux-x86_64 -glibc.tar.gz" \
14
+ curl --silent --location --fail "https://github.com/spiffe/spire/releases/download/v${version}/spire-extras-${version}-linux-${alt_arch} -glibc.tar.gz" \
15
15
| tar --extract --gzip --directory="${prefix}${target}/share/spire/" --strip-components=1 --no-same-owner
16
16
17
17
find "${prefix}${target}/share/spire/bin" -type f -executable -exec mv {} "${prefix}${target}/bin/" \;
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: spire
2
2
version : " 1.6.4"
3
3
binary : spire-server
4
4
check : ${binary} --version 2>&1
5
+ platforms :
6
+ - linux/amd64
7
+ - linux/arm64
5
8
tags :
6
9
- type/cli
7
10
- category/security
You can’t perform that action at this time.
0 commit comments