Skip to content

Commit

Permalink
Merge pull request #307 from interTwin-eu/dciangot-patch-8
Browse files Browse the repository at this point in the history
Fix .goreleaser.yaml for aarch
  • Loading branch information
dciangot authored Oct 22, 2024
2 parents 676fee7 + 149ee80 commit dee9d6e
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 dee9d6e

Please sign in to comment.