Skip to content

Commit f5680ba

Browse files
Support darwin/arm64 and other arm architecture (#65)
Signed-off-by: siddhant-deepsource <siddhant@deepsource.io>
1 parent a714125 commit f5680ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ builds:
1414
goarch:
1515
- 386
1616
- amd64
17+
- arm
18+
- arm64
1719
ldflags:
1820
- "-X 'main.version={{ .Version }}' -X 'main.SentryDSN={{ .Env.DEEPSOURCE_CLI_SENTRY_DSN }}'"
1921
archives:

0 commit comments

Comments
 (0)