Skip to content

Instantly share code, notes, and snippets.

@anacrolix
Created September 9, 2024 01:34
Show Gist options
  • Save anacrolix/051beb6e68592a20a1c1aeb772f4bd13 to your computer and use it in GitHub Desktop.
Save anacrolix/051beb6e68592a20a1c1aeb772f4bd13 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -eu
declare -A dict
dict=(
["linux/amd64"]="linux-amd64"
["linux/arm64"]="linux-arm64"
["linux/arm/v7"]="linux-arm"
)
echo "${dict[$1]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment