Skip to content

Commit

Permalink
Merge pull request #5 from MisterMX/feat/first-implementation
Browse files Browse the repository at this point in the history
chore(ci): Add builds for arm64 and darwin
  • Loading branch information
MisterMX authored Feb 8, 2024
2 parents ba642fe + ad377b9 commit b692cd7
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 b692cd7

Please sign in to comment.