Skip to content

Commit

Permalink
feat(corneliusweig/rakkess/access-matrix): windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jun 15, 2022
1 parent 87d837b commit 22970b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/corneliusweig/rakkess/access-matrix/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ packages:
repo_owner: corneliusweig
repo_name: rakkess
description: Review Access - kubectl plugin to show an access matrix for k8s server resources
supported_if: not ((GOOS == "linux") and (GOARCH == "arm64"))
supported_if: GOOS == "darwin" or GOARCH == "amd64"
asset: "access-matrix-{{.Arch}}-{{.OS}}.tar.gz"
overrides:
- goos: windows
asset: access-matrix-amd64-windows.zip
files:
- name: kubectl-access_matrix
src: "access-matrix-{{.Arch}}-{{.OS}}"

0 comments on commit 22970b9

Please sign in to comment.