Skip to content

Commit 0418258

Browse files
committed
update readme
1 parent 35c67cd commit 0418258

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,19 @@ graph LR
6363
# Linux AMD64
6464
curl -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)
6770
curl -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)
7073
curl -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)
7379
chmod +x kubectl-ssh-oidc
7480
sudo mv kubectl-ssh-oidc /usr/local/bin/
7581
```

0 commit comments

Comments
 (0)