We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d1b8 commit dc351a9Copy full SHA for dc351a9
1 file changed
scripts/install_cosign.sh
@@ -31,6 +31,9 @@ case "$ARCH" in
31
x86_64|amd64)
32
BINARY_NAME="cosign-linux-amd64"
33
;;
34
+ aarch64|arm64)
35
+ BINARY_NAME="cosign-linux-arm64"
36
+ ;;
37
*)
38
echo "Error: Unsupported architecture $ARCH" >&2
39
exit 1
0 commit comments