File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,13 +63,19 @@ graph LR
6363# Linux AMD64
6464curl -L " https://github.com/nikogura/kubectl-ssh-oidc/releases/latest/download/kubectl-ssh_oidc-linux-amd64" -o kubectl-ssh-oidc
6565
66+ # Linux ARM64 (Raspberry Pi, AWS Graviton, etc.)
67+ curl -L " https://github.com/nikogura/kubectl-ssh-oidc/releases/latest/download/kubectl-ssh_oidc-linux-arm64" -o kubectl-ssh-oidc
68+
6669# macOS AMD64 (Intel)
6770curl -L " https://github.com/nikogura/kubectl-ssh-oidc/releases/latest/download/kubectl-ssh_oidc-darwin-amd64" -o kubectl-ssh-oidc
6871
6972# macOS ARM64 (Apple Silicon)
7073curl -L " https://github.com/nikogura/kubectl-ssh-oidc/releases/latest/download/kubectl-ssh_oidc-darwin-arm64" -o kubectl-ssh-oidc
7174
72- # Make executable and install
75+ # Windows AMD64 (PowerShell)
76+ # curl.exe -L "https://github.com/nikogura/kubectl-ssh-oidc/releases/latest/download/kubectl-ssh_oidc-windows-amd64.exe" -o kubectl-ssh-oidc.exe
77+
78+ # Make executable and install (Linux/macOS)
7379chmod +x kubectl-ssh-oidc
7480sudo mv kubectl-ssh-oidc /usr/local/bin/
7581```
You can’t perform that action at this time.
0 commit comments