Skip to content

Commit

Permalink
Update .goreleaser.yaml to revert aarch inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Oct 23, 2024
1 parent 63fa817 commit dfbc04c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ builds:
goarch:
- arm64
- amd64
- aarch64
main: ./cmd/virtual-kubelet
- id: "interlink-api"
binary: interlink
Expand All @@ -32,7 +31,6 @@ builds:
- arm64
- amd64
- ppc64le
- aarch64
main: ./cmd/interlink
- id: "installer"
binary: interlink-installer
Expand All @@ -45,7 +43,6 @@ builds:
- arm64
- amd64
- ppc64le
- aarch64
main: ./cmd/installer
- id: "ssh-tunnel"
binary: ssh-tunnel
Expand All @@ -58,7 +55,6 @@ builds:
- arm64
- amd64
- ppc64le
- aarch64
main: ./cmd/ssh-tunnel
archives:
- name_template: >-
Expand Down

0 comments on commit dfbc04c

Please sign in to comment.