Skip to content

Commit

Permalink
remove windows support from bouncer.sh and also add linux/arm64 and d…
Browse files Browse the repository at this point in the history
…arwin/arm64 to list of supported platforms (#3)

Signed-off-by: Vijay Pillai <[email protected]>
  • Loading branch information
Vijay-P authored Jan 26, 2022
1 parent c2b1b09 commit aaefe1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bouncer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="bouncer" ;;
linux/amd64) BINARIES="bouncer" ;;
windows/amd64) BINARIES="bouncer" ;;
darwin/arm64) BINARIES="bouncer" ;;
linux/arm64) BINARIES="bouncer" ;;
*)
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"
exit 1
Expand Down

0 comments on commit aaefe1a

Please sign in to comment.