Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Oct 22, 2024
1 parent 676fee7 commit 149ee80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
goarch:
- arm64
- amd64
- aaarch64
- aarch64
main: ./cmd/virtual-kubelet
- id: "interlink-api"
binary: interlink
Expand All @@ -32,7 +32,7 @@ builds:
- arm64
- amd64
- ppc64le
- aaarch64
- aarch64
main: ./cmd/interlink
- id: "installer"
binary: interlink-installer
Expand All @@ -45,7 +45,7 @@ builds:
- arm64
- amd64
- ppc64le
- aaarch64
- aarch64
main: ./cmd/installer
- id: "ssh-tunnel"
binary: ssh-tunnel
Expand All @@ -58,7 +58,7 @@ builds:
- arm64
- amd64
- ppc64le
- aaarch64
- aarch64
main: ./cmd/ssh-tunnel
archives:
- name_template: >-
Expand Down

0 comments on commit 149ee80

Please sign in to comment.