Skip to content

Commit dc351a9

Browse files
committed
correct arch
1 parent 1f5d1b8 commit dc351a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/install_cosign.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ case "$ARCH" in
3131
x86_64|amd64)
3232
BINARY_NAME="cosign-linux-amd64"
3333
;;
34+
aarch64|arm64)
35+
BINARY_NAME="cosign-linux-arm64"
36+
;;
3437
*)
3538
echo "Error: Unsupported architecture $ARCH" >&2
3639
exit 1

0 commit comments

Comments
 (0)