Skip to content

Commit

Permalink
Create binaries on release for arm64 and amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneppenheim committed May 31, 2022
1 parent e8181ad commit c68ad10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release:
## Docker Image
Use the following command to pull this release's Docker image:
```sh
docker pull vectorizedio/kminion:{{ .Tag }}
docker pull vectorized/kminion:{{ .Tag }}
```
changelog:
skip: false
Expand All @@ -28,7 +28,9 @@ builds:
- darwin
- linux
- windows
goarch: amd64
goarch:
- amd64
- arm64
ldflags:
- -s -w -X main.version={{.Version}} -X main.builtAt={{.Date}} -X main.commit={{.Commit}}

Expand Down

0 comments on commit c68ad10

Please sign in to comment.