Skip to content

Commit

Permalink
chore(ci): Add builds for arm64 and darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.com>
  • Loading branch information
MisterMX committed Feb 8, 2024
1 parent 72a45d4 commit ad377b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ builds:
- CGO_ENABLED=0
goos:
- linux
# - darwin
- darwin
goarch:
- amd64
# - arm64
- arm64
main: ./cmd/crossplanereleaser

archives:
Expand Down

0 comments on commit ad377b9

Please sign in to comment.