Skip to content

Commit

Permalink
Add support for darwin arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
steveteuber committed Sep 9, 2021
1 parent 50ca6e5 commit 81caf4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.16
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ builds:
- darwin
goarch:
- amd64
- arm64

- id: windows
main: ./cmd/kubectl-graph
Expand Down
6 changes: 6 additions & 0 deletions .krew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-graph
{{ addURIAndSha "https://github.com/steveteuber/kubectl-graph/releases/download/{{ .TagName }}/kubectl-graph_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
selector:
matchLabels:
os: darwin
arch: arm64
- bin: kubectl-graph
{{ addURIAndSha "https://github.com/steveteuber/kubectl-graph/releases/download/{{ .TagName }}/kubectl-graph_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
selector:
Expand Down

0 comments on commit 81caf4e

Please sign in to comment.