mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
Add arm64 support to install script (#729)
Signed-off-by: David Shay <davideshay@gmail.com>
This commit is contained in:
parent
a18fbacae7
commit
697bad02ac
@ -68,6 +68,7 @@ get_binaries() {
|
||||
darwin/arm64) BINARIES="syft" ;;
|
||||
darwin/amd64) BINARIES="syft" ;;
|
||||
linux/amd64) BINARIES="syft" ;;
|
||||
linux/arm64) BINARIES="syft" ;;
|
||||
windows/amd64) BINARIES="syft" ;;
|
||||
*)
|
||||
log_crit "platform $PLATFORM is not supported. Make sure this script is up-to-date and file request at https://github.com/${PREFIX}/issues/new"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user