Skip to content

Commit

Permalink
add darwin-arm64 build to goreleaser config (operator-framework#5581)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Prashant Arya <[email protected]>
  • Loading branch information
joelanford authored and prary committed Apr 2, 2022
1 parent 7262454 commit 7b0095f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builds:
- -X {{ .Env.REPO }}/internal/version.ImageVersion={{ .Env.IMAGE_VERSION }}
targets: &build-targets
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- linux_ppc64le
Expand Down
5 changes: 5 additions & 0 deletions changelog/fragments/darwin-arm64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
entries:
- description: >
Add official binary builds for `darwin/arm64`
kind: addition
breaking: false
6 changes: 3 additions & 3 deletions website/content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Official build architectures for binaries:

| Binary | `linux/amd64` | `linux/arm64` |`linux/ppc64le` | `linux/s390x` | `darwin/amd64` | `darwin/arm64` |
|---------------------------|---------------|---------------|----------------|---------------|----------------|----------------|
| `operator-sdk` |||||| - |
| `ansible-operator` |||||| - |
| `helm-operator` |||||| - |
| `operator-sdk` |||||| |
| `ansible-operator` |||||| |
| `helm-operator` |||||| |

Official build architectures for images:

Expand Down

0 comments on commit 7b0095f

Please sign in to comment.