Skip to content

Commit 57de8b4

Browse files
committed
feat(.goreleaser.yaml): add arm64 architecture support for builds
This change enables the building of the software for arm64 architecture, allowing the application to run on a broader range of devices, including newer Macs and other systems that use arm64 processors.
1 parent 46151a9 commit 57de8b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ builds:
2121
- darwin
2222
goarch:
2323
- amd64
24+
- arm64
2425
main: ./cmd/github-actions/main.go
2526
binary: action
2627
archives:

0 commit comments

Comments
 (0)